Click or drag to resize

RowSetValue Method (Column, Object)

Sets row value or the specified Column.

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

Parameters

column
Type: Easymap.AddIn.DataColumn
The specified Column.
value
Type: SystemObject
The value which will be set for the cell.
See Also