Version

GetReferenceTree Method

Returns a tree structure of references that the formula editor uses to display a list of references in a tree that the user can use to build a formula. In the case of the XamDataGrid, this method returns a hierarchical structure of field-layout and field references.
Syntax
'Declaration
 
Function GetReferenceTree( _
   ByVal formulaTarget As Object _
) As CalculationReferenceNode
CalculationReferenceNode GetReferenceTree( 
   object formulaTarget
)

Parameters

formulaTarget
Optional. Can be null. Specifies the target of the formula. In the case of XamDataGrid, this will be the field or summary definition whose formula is being designed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also