 | 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)
Syntaxvoid SetValue(
Object columnID,
Object val
)
Sub SetValue (
columnID As Object,
val As Object
)
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