Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / UseTableFormat Property
UseTableFormat Property
Gets or sets a value that specifies how spaces are processed when text is copied to the Clipboard.
Syntax
expression.UseTableFormat As Boolean
where expression is a variable that represents a IbmScreen Object

Property Value

The default value is False.
Exceptions
ExceptionDescription
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
If this property is true, Reflection determines whether the text on the screen is laid out in columns. If so, this setting is used to determine whether spaces between the columns are replaced by tabs.

Use BlanksBetweenFields to specify the number of blank spaces in a row between columns of data in order for the data to be tab delimited.

This property is useful for copying a table from a host application and pasting it in a host application or another Windows application.
See Also