Property Item
| Improve this Doc View SourceItem[Int32]
Gets the DataRow at specified index.
Declaration
public DataRow this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The specified index. |
Property Value
Type | Description |
---|---|
DataRow | The DataRow result. |