Formula Property (IRange)
Gets or sets the formula, which will implicitly intersect as required when set, for this
IRange.
'Declaration
Property Formula As String
'Usage
Dim instance As IRange
Dim value As String
instance.Formula = value
value = instance.Formula
Property Value
A string value represents the formula of this
IRange.