Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / CopyTableMethod Property


In This Topic
CopyTableMethod Property
In This Topic
Gets or sets the copy table method. The copy table 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.
Syntax
'Declaration
 
Property CopyTableMethod As CopyTableMethods
 
'Usage
 
Dim instance As IScreen
Dim value As CopyTableMethods
 
instance.CopyTableMethod = value
 
value = instance.CopyTableMethod
See Also