Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / ColumnSeparatorStyle Property
In This Topic
    ColumnSeparatorStyle Property
    In This Topic
    Gets or sets the character to use as the column separator in 5250 terminal sessions.
    Syntax
    expression.ColumnSeparatorStyle As AS400ColumnSeperatorOption
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    An AS400ColumnSeperatorOption enumeration 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.
    See Also