Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / CustomColumns Property
In This Topic
    CustomColumns Property
    In This Topic
    Gets or sets the number of columns in the terminal window display when the terminal is configured to use the custom terminal model.
    Syntax
    expression.CustomColumns As Integer
    where expression is a variable that represents a IbmTerminal Object
    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is outside the range of valid values.
    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

    This property applies to 3270 terminal sessions only. The default is 132. The range of values is 80 - 255.

    To configure the custom terminal with the Reflection interface, open the Configure Connection Settings dialog box and set Model ID to <Custom Model Extended>.


    See Also