Click or drag to resize

ITreeListNodeGetValue Method

Returns 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
Object GetValue(
	Object columnID
)

Parameters

columnID
Type: SystemObject
An object that identifies a column

Return Value

Type: Object
The value of a specific column
See Also