Click or drag to resize

ColumnSetValue Method

Sets the value for the specified Row.

Namespace:  Easymap.AddIn.Data
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public void SetValue(
	Row row,
	Object value
)

Parameters

row
Type: Easymap.AddIn.DataRow
value
Type: SystemObject
See Also