FlatFileColumn.ColumnType Property

Definition

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.

Applies to