[]
Gets the row at the specified ordinal position.
public TRow this[int ordinal] { get; }
Type | Name | Description |
---|---|---|
int | ordinal | The zero-based ordinal position of the row to return. |
Type | Description |
---|---|
TRow | The specified row. |
This property returns the same row as Rows[ordinal] of the DataTable represented by this IndexedDataTable<TRow>.