GrapeCity.Spreadsheet Namespace / IRange Interface / Formula2 Property


In This Topic
Formula2 Property (IRange)
In This Topic
Gets or sets the formula for this IRange.
Syntax
'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.
See Also