String
Variable
.Formula { get; set; }
Gets or sets the expression that is used to defined this variable, or
null
if the variable is not defined by a function.
Remarks
Setting this property changes its
to
if the passed expression is not
null
and to
otherwise.
Examples