Ordinal Property (TableRow)
In This Topic
Gets the 0-based index of the current vector in the containing
RenderTable (i.e. the row index for rows, the column index for columns).
Syntax
'Declaration
Public ReadOnly Property Ordinal As Integer
public int Ordinal {get;}
See Also