SpreadJS Documentation
AverageCondition type
Represents a new average condition of the specified type for the specified cell ranges.
Syntax
var instance = new GcSpread.Sheets.AverageCondition(type, ranges);
function AverageCondition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.AverageCondition

Constructors
 NameDescription
public ConstructorAverageCondition ConstructorRepresents a new average condition of the specified type for the specified cell ranges.  
Top
Fields
 NameDescription
public FieldignoreBlankSpecifies whether to ignore the blank cell.  
public FieldrangesThe cell range array for the average condition.  
public FieldtypeThe expected average condition type.  
Top
Methods
 NameDescription
public MethodevaluateEvaluates the condition using the specified evaluator.  
public MethodgetExpectedGets the expected value.  
public MethodgetExpectedDoubleGets the expected double value.  
public MethodresetResets this instance.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.