Row Methods |
Name | Description | |
---|---|---|
![]() | GetStringValue(Int32) |
Gets the formatted row value for the specified Column index.
|
![]() | GetStringValue(Column) |
Gets the formatted row value for the specified Column.
|
![]() | GetValue(Int32) |
Gets the row value by column index.
|
![]() | GetValue(Column) |
Gets the row value for the specified Column.
|
![]() | SetValue(Int32, Object) |
Sets row value for the specified column index.
|
![]() | SetValue(Column, Object) |
Sets row value or the specified Column.
|