Click or drag to resize

RowGetValue(Column) Method

Gets the row value for the specified Column.

Namespace: Easymap.AddIn.Data
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public Object GetValue(
	Column column
)

Parameters

column  Column
The specified Column.

Return Value

Object
Returns the value.
See Also