Click or drag to resize
IDataClassSetValue Method (Int32, Object)
Sets value of column.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
void SetValue(
	int columnIndex,
	Object value
)

Parameters

columnIndex
Type: SystemInt32
Column index
value
Type: SystemObject
Column value
See Also