Property this
this[int]
Gets the row at the specified index.
public T this[int rowIndex] { get; }
Parameters
rowIndexintThe row index.
Property Value
- T
Gets the row at the specified index.
public T this[int rowIndex] { get; }
rowIndex intThe row index.