次の方法で共有


IGridProvider.RowCount プロパティ

定義

グリッド内の行の合計数を取得します。

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

プロパティ値

Int32

int

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

適用対象