Version

Formula Property (NamedReference)

The formula that this named reference represents.
Syntax
'Declaration
 
Public Property Formula As String
public string Formula {get; set;}
Remarks

Named references are shorthand for formulas. Developers may assign a lengthy Formula string to this property, and then use the much shorter Key name they've assigned to this named reference to refer to it within other formulas.

The Formula property will be used to calculate a value to be returned by the FormulaResult property of the NamedReference. This calculated FormulaResult is used anywhere the named reference appears in another formula expression within the same calculation network.

An example of a named reference is a constant. For example, the named reference "PI" could have an underlying Formula value of 22/7.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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