InfoConnect for Airlines VBA Guide
UseTableFormat Property
Gets or sets a value that specifies how spaces are processed when text is copied to the Clipboard.
Syntax
Object.UseTableFormat As Boolean

Property Value

The default value is False.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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, InfoConnect 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