次の方法で共有


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

グリッド内の列の合計数。

適用対象