Spread.Sheets Documentation
fromFormula Method
The formula that specifies a range that contains data items.
Creates the area condition from formula data.
Syntax
var value; // Type: Condition
value = GC.Spread.Sheets.ConditionalFormatting.Condition.fromFormula(formula);
function fromFormula( 
   formula : string
) : Condition;

Parameters

formula
The formula that specifies a range that contains data items.

Return Value

The area condition.
See Also

Reference

Condition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.