[]
Returns a DDRow instance for the specified row number.
public DDRow Rows(int iRow)
| Type | Name | Description |
|---|---|---|
| int | iRow | The row number that the returned DDRow will represent (zero-based). |
| Type | Description |
|---|---|
| DDRow | A DDRow instance that representing the specified row number. |