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

属性值

包含列宽度的整数。

适用于