Click or drag to resize

Row Class

Base class for rows.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class Row : BaseObject
Methods
  NameDescription
Public methodGetStringValue(Int32)
Gets the formatted row value for the specified Column index.
Public methodGetStringValue(Column)
Gets the formatted row value for the specified Column.
Public methodGetValue(Int32)
Gets the row value by column index.
Public methodGetValue(Column)
Gets the row value for the specified Column.
Public methodSetValue(Int32, Object)
Sets row value for the specified column index.
Public methodSetValue(Column, Object)
Sets row value or the specified Column.
Top
See Also