GrapeCity.Spreadsheet Namespace / TextParsingType Enumeration


TextParsingType Enumeration
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
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