Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / CopyDataSeparation Property
In This Topic
    CopyDataSeparation Property
    In This Topic
    Gets or sets a value indicating whether the data copied from Reflection should be separated by delimiters at field boundaries or at word boundaries. This option controls formatting for spreadsheet or other cell-based information and affects only the text and BIFF formats.
    Syntax
    expression.CopyDataSeparation As CopyDataDelimiterOption
    where expression is a variable that represents a IbmScreen Object

    Property Value

    A CopyDataDelimiterOption Enumeration value.
    See Also