Click or drag to resize

RowSetValue Method (Int32, Object)

Sets row value for the specified column index.

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public void SetValue(
	int columnIndex,
	Object value
)

Parameters

columnIndex
Type: SystemInt32
Index of specified column.
value
Type: SystemObject
Specified value which will be insert in the row.
See Also