Row Class |
The Row type exposes the following members.
| Name | Description | |
|---|---|---|
| GetStringValue(Column) | Gets the formatted row value for the specified Column. | |
| GetStringValue(Int32) | Gets the formatted row value for the specified Column index. | |
| GetValue(Column) | Gets the row value for the specified Column. | |
| GetValue(Int32) | Gets the row value by column index. | |
| SetValue(Column, Object) | Sets row value or the specified Column. | |
| SetValue(Int32, Object) | Sets row value for the specified column index. |