IGridItemProvider.Row Property

Definition

Gets the ordinal number of the row that contains the cell or item.

public:
 property int Row { int get(); };
int Row();
public int Row { get; }
var int32 = iGridItemProvider.row;
Public ReadOnly Property Row As Integer

Property Value

Int32

int

A zero-based ordinal number that identifies the row that contains the cell or item.

Applies to