IGridProvider.RowCount Property

Definition

Gets the total number of rows in a grid.

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

Property Value

Int32

int

The total number of rows in a grid.

Applies to