Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TextParsingType Enumeration


In This Topic
    TextParsingType Enumeration
    In This Topic
    Specifies the column format for the data in the text file that you are importing into a query table.
    Syntax
    'Declaration
     
    
    Public Enum TextParsingType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextParsingType
    public enum TextParsingType : System.Enum 
    Members
    MemberDescription
    DelimitedIndicates that the file is delimited by delimiter characters.
    FixedWidthIndicates that the data in the file is arranged in columns of fixed widths.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.TextParsingType

    See Also