IRow.GetValue Method
| Name | Parameters | Description |
|---|---|---|
| GetValue<T>(IColumn) | column | Gets an individual row value for the specified column. |
| GetValue<T>(Int32) | columnIndex | Gets an individual row value by the column index. |
| GetValue<T>(String) | columnName | Gets an individual row value by the column name. |