Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / ScreenCharacter Object / CharWidth Property
In This Topic
    CharWidth Property
    In This Topic
    Gets the character column width. This value can be used when incrementing through a data cell array.
    Syntax
    expression.CharWidth As Integer
    where expression is a variable that represents a ScreenCharacter Object

    Property Value

    The character column width: SBCS = 1, DBCS = 2.
    See Also