Reflection
CopyTableMethod Property


Returns or specifies 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
CopyTableMethods CopyTableMethod {get; set;}
See Also