Overload | Description |
---|---|
Item(Int32) | Gets a Row object for the specified row. |
Item(Int32,Int32) | Gets a Row object for the specified range of rows. |
Overload | Description |
---|---|
Item(Int32) | Gets a Row object for the specified row. |
Item(Int32,Int32) | Gets a Row object for the specified range of rows. |
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified row index is out of range. It must less than the row count or -1 for all. |