Click or drag to resize
TreeNodeSetDataRowColumn Method
Sets the value for the column in the DataRow.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
protected void SetDataRowColumn(
	DataRow row,
	string columnName,
	Object rawValue
)

Parameters

row
Type: System.DataDataRow
columnName
Type: SystemString
rawValue
Type: SystemObject
See Also