Spread Windows Forms 12.0 Product Documentation
Formula2 Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Formula2 Property
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
string Formula2 {get; set;}

Property Value

A string value represents the formula of this IRange.
See Also

Reference

IRange Interface
IRange Members