InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / MapperFileTypeOption Enumeration


In This Topic
    MapperFileTypeOption Enumeration
    In This Topic
    Options for specifying how to handle tabs for MAPPER file transfers.
    Syntax
    'Declaration
     
    
    Public Enum MapperFileTypeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MapperFileTypeOption
    public enum MapperFileTypeOption : System.Enum 
    Members
    MemberDescription
    CommaSeparatedFieldsConvert tabs to commas (most spreadsheets and databases can import files in this format).
    ConvertTabsToSpacesConvert tabs to spaces
    DoNotChangeTabsRetain the tabs
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.UTS.MapperFileTypeOption

    See Also