Click or drag to resize

Row Class

Base class for rows.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.DataRow

Namespace: Easymap.AddIn.Data
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class Row : BaseObject

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