Click or drag to resize

RowGetValue Method (Int32)

Gets the row value by column index.

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

Parameters

columnIndex
Type: SystemInt32
Index of specified column.

Return Value

Type: Object
Returns the value.
See Also