Click or drag to resize

ITreeListNodeSetValue Method

Sets the value for a specific column

Namespace:  EBP.Api.Interfaces.Controls.TreeList
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
void SetValue(
	Object columnID,
	Object val
)

Parameters

columnID
Type: SystemObject
An object that identifies a column
val
Type: SystemObject
The value to set for a specific column in the current node
See Also