Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / PrinterColumnsTiedToDisplay Property
In This Topic
    PrinterColumnsTiedToDisplay Property
    In This Topic

    Gets or sets whether changing the number of columns in the screen display automatically changes the number of columns to be printed.

    Syntax
    expression.PrinterColumnsTiedToDisplay As Boolean
    where expression is a variable that represents a Printing Object

    Property Value

    The default value is True.

    When True, changing the value of the DisplayColumns property automatically changes the value of the PrinterColumns property, so that these two values are always equal.

    When False, changing DisplayColumns has no effect on PrinterColumns.

    Example

    See Also