Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / CopyTableMethod Property
In This Topic
CopyTableMethod Property
In This Topic
Gets or sets the copy table method.
Syntax
expression.CopyTableMethod As CopyTableMethods
where expression is a variable that represents a Screen Object

Property Value

A CopyTableMethods value
Remarks
The method can be DetectColumns (based on vertical space alignment) or MultipleSpaces (which replaces multiple spaces or tabs with a single tab). The default is DetectColumns.
See Also