 | 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)
SyntaxObject GetValue(
Object columnID
)
Function GetValue (
columnID As Object
) As Object
Parameters
- columnID
- Type: SystemObject
An object that identifies a column
Return Value
Type:
ObjectThe value of a specific column
See Also