Formula2 Property (IRange)
Gets or sets the formula for this
IRange.
'Declaration
Property Formula2 As String
'Usage
Dim instance As IRange
Dim value As String
instance.Formula2 = value
value = instance.Formula2
Property Value
A string value represents the formula of this
IRange.