Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / ColumnSeparatorStyle Property


ColumnSeparatorStyle Property
Gets or sets the character to use as the column separator in 5250 terminal sessions.
Syntax
'Declaration
 
Property ColumnSeparatorStyle As AS400ColumnSeperatorOption
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As AS400ColumnSeperatorOption
 
instance.ColumnSeparatorStyle = value
 
value = instance.ColumnSeparatorStyle

Property Value

Value Description
Dots Dots (.) or periods are used to render separate columns. (This is the default for all versions except the Japanese language version.)
VerticalLines Vertical lines (|) are used to render separate columns. (This is the defalut for the Japaese language version.)

Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
Remarks

See Also