Click or drag to resize

Row Methods

The Row type exposes the following members.

Methods
 NameDescription
Public methodGetStringValue(Column) Gets the formatted row value for the specified Column.
Public methodGetStringValue(Int32) Gets the formatted row value for the specified Column index.
Public methodGetValue(Column) Gets the row value for the specified Column.
Public methodGetValue(Int32) Gets the row value by column index.
Public methodSetValue(Column, Object) Sets row value or the specified Column.
Public methodSetValue(Int32, Object) Sets row value for the specified column index.
Top
See Also