IRow.GetIndexedData method
Gets the indexed data.
public object GetIndexedData(int index)
| parameter | description |
|---|---|
| index | The index. |
Return Value
The value stored at the specified index, or null if not present.
See Also
- interface IRow
Gets the indexed data.
public object GetIndexedData(int index)
| parameter | description |
|---|---|
| index | The index. |
The value stored at the specified index, or null if not present.