Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / BlanksBetweenFields Property


BlanksBetweenFields Property
Gets or sets the number of consecutive blank spaces between columns of data that are required for the data to be tab delimited.
Syntax
'Declaration
 
Property BlanksBetweenFields As Integer
 
'Usage
 
Dim instance As IIbmScreen
Dim value As Integer
 
instance.BlanksBetweenFields = value
 
value = instance.BlanksBetweenFields
Exceptions
ExceptionDescription
This exception is thrown if the set parameter is outside the range of valid values.
This exception is thrown when you try to modify a property that has been secured with the Permissions Manager or that can only be modified by an Administrator.
Remarks
This setting works in conjunction with the UseTableFormat property to determine where columns exist in tab-delimited information on the Clipboard.

The default value is 2. The range of values is 1 - 16.

See Also