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: 11.2.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