this Property
Definition
this[int]
Gets the DataTransferRow at the specified index.
public DataTransferRow this[int index] { get; }
Parameters
indexintThe zero-based index of the row to return.
Property Value
- DataTransferRow
The specified DataTransferRow.