Click or drag to resize

Column.SetValue Method

Sets the value for the specified Row.

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

Parameters

row
Type: Easymap.AddIn.Data.Row
value
Type: System.Object
See Also