SpreadJS Documentation
AreaCondition type
Represents an area condition using the expected source or formula.
Syntax
var instance = new GcSpread.Sheets.AreaCondition(expected, formula);
function AreaCondition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.AreaCondition

Constructors
 NameDescription
public ConstructorAreaCondition ConstructorRepresents an area condition using the expected source or formula.  
Top
Fields
 NameDescription
public FieldexpectedThe expected source that separates each data item with a comma (",").  
public FieldformulaThe formula that specifies a range that contains data items.  
public FieldignoreBlankSpecifies whether to ignore the blank cell.  
Top
Methods
 NameDescription
public MethodevaluateEvaluates the condition using the specified evaluator.  
public Methodstatic (Shared in Visual Basic)fromFormulaCreates the condition from formula data.  
public Methodstatic (Shared in Visual Basic)fromSourceCreates the condition from source data.  
public MethodgetExpectedReturns the expected results.  
public MethodgetValidListReturns the list of valid data items.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.