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

网格中的总行数。

适用于