Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / CopyTableMethods Enumeration


CopyTableMethods Enumeration
Specifies the method used to generate tabular data when copying tables.
Syntax
'Declaration
 
Public Enum CopyTableMethods 
   Inherits System.Enum
 
'Usage
 
Dim instance As CopyTableMethods
Members
MemberDescription
DetectColumnsColumns are set by analyzing vertical space alignment.
MultipleSpacesColumns are set by replacing multiple spaces or tabs with a single tab.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.CopyTableMethods

See Also