共用方式為


IGridProvider.ColumnCount 屬性

定義

取得方格中的資料行總數。

public:
 property int ColumnCount { int get(); };
int ColumnCount();
public int ColumnCount { get; }
var int32 = iGridProvider.columnCount;
Public ReadOnly Property ColumnCount As Integer

屬性值

Int32

int

方格中的資料行總數。

適用於