Returns the text displayed by a specific Tree List cell.
public string GetRowCellDisplayText( TreeListNode node, TreeListColumn column )
Public Function GetRowCellDisplayText( ByVal node As TreeListNode, ByVal column As TreeListColumn ) As String
Use the GetRowCellDisplayText method to obtain a textual representation of a specific cell value. To retrieve the actual cell value, use the GetRowCellValue method instead.