Click or drag to resize

RowSetValue(Int32, Object) Method

Sets row value for the specified column index.

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

Parameters

columnIndex  Int32
Index of specified column.
value  Object
Specified value which will be insert in the row.
See Also