InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / CopyTableMethods Enumeration


In This Topic
    CopyTableMethods Enumeration
    In This Topic
    Specifies the method used to generate tabular data when copying tables.
    Syntax
    'Declaration
     
    
    Public Enum CopyTableMethods 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CopyTableMethods
    public enum CopyTableMethods : System.Enum 
    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