[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Formula

Formula Property

Formula

Gets or sets the formula, which will implicitly intersect as required when set, for this IRange.

Declaration
string Formula { get; set; }
Property Formula As String
Property Value
Type Description
string

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.