IGridItemProvider.Row Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.