InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / ColumnsPerScroll Property
In This Topic
    ColumnsPerScroll Property
    In This Topic
    Gets or sets the number of columns (or character positions) to roll right or left during one horizontal scrolling operation with CTRL+Left or CTRL+Right.
    Syntax
    expression.ColumnsPerScroll As Integer
    where expression is a variable that represents a Screen Object
    Remarks
    This property only applies when RightMargin is greater than 80 and you are operating in graphics mode without a 132-column adapter.
    See Also