Spread Windows Forms 12.0 Product Documentation
Formula Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Formula Property
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.
Remarks
Setting Formula will always result in a formula that will never spill, because implicit intersection will force it to return just one result.
See Also

Reference

IRange Interface
IRange Members