SpreadJS Documentation
fromFormula Method
The formula that specifies a range that contains data items.
Creates the condition from formula data.
Syntax
var value; // Type: AreaCondition
value = GcSpread.Sheets.AreaCondition.fromFormula(formula);
function fromFormula( 
   formula : string
) : AreaCondition;

Parameters

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

Return Value

The condition.
See Also

Reference

AreaCondition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.