共用方式為


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

方格的資料列總數。

適用於