Formula Property (IRange)
In This Topic
Gets or sets the formula, which will implicitly intersect as required when set, for this
IRange.
Syntax
'Declaration
Property Formula As String
'Usage
Dim instance As IRange
Dim value As String
instance.Formula = value
value = instance.Formula
string Formula {get; set;}
Property Value
A string value represents the formula of this
IRange.
See Also