FlatFileColumn.ColumnWidth プロパティ

定義

ColumnType が固定幅の場合に、列の幅を示す値を取得します。値の設定も可能です。

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

プロパティ値

列の幅を含む整数。

適用対象