Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether text fields are delimited or fixed width.
Remarks
This enumeration is used with the TextFieldParser Object.
Members
Member Name |
Description |
---|---|
Delimited |
Indicates that the fields are delimited. |
FixedWidth |
Indicates that the fields are fixed width. |
Requirements
Namespace: Microsoft.VisualBasic
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)
See Also
Tasks
How to: Read From Comma-Delimited Text Files in Visual Basic
How to: Read From Fixed-width Text Files in Visual Basic