FlatFileColumn.ColumnWidth Property

Definition

Gets or sets the value that indicates how wide a column is when the ColumnType is fixed width.

public:
 property int ColumnWidth { int get(); void set(int value); };
public int ColumnWidth { get; set; }
member this.ColumnWidth : int with get, set
Public Property ColumnWidth As Integer

Property Value

An Integer that contains the width of the column.

Applies to