FlatFileColumn.ColumnType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the column type, whether delimited or fixed width.
public:
property System::String ^ ColumnType { System::String ^ get(); void set(System::String ^ value); };
public string ColumnType { get; set; }
member this.ColumnType : string with get, set
Public Property ColumnType As String
Property Value
A String that contains Delimited or Fixed Width values.
Remarks
Fixed width format uses ColumnWidth to define columns.