 | ITreeListNodeGetDisplayText Method |
Returns the text representation of a specific column value
Namespace:
EBP.Api.Interfaces.Controls.TreeList
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxstring GetDisplayText(
Object columnID
)
Function GetDisplayText (
columnID As Object
) As String
Parameters
- columnID
- Type: SystemObject
An object that identifies a column
Return Value
Type:
StringA text string that represents a specific column value
See Also