Click or drag to resize

RowGetValue(Int32) Method

Gets the row value by column index.

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

Parameters

columnIndex  Int32
Index of specified column.

Return Value

Object
Returns the value.
See Also