SpreadJS Documentation
Top10Condition type
Represents a top 10 condition with the specified type and rank, for the specified cell ranges.
Syntax
var instance = new GcSpread.Sheets.Top10Condition(type, rank, ranges);
function Top10Condition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Top10Condition

Constructors
 NameDescription
public ConstructorTop10Condition ConstructorRepresents a top 10 condition with the specified type and rank, for the specified cell ranges.  
Top
Fields
 NameDescription
public FieldexpectedThe expected rank.  
public FieldignoreBlankGets or sets a value that indicates whether to ignore the null value.  
public FieldrangesGets or sets the cell range of the condition.  
public FieldtypeGets or sets the top 10 condition type.  
Top
Methods
 NameDescription
public MethodevaluateEvaluates the condition using the specified evaluator.  
public MethodgetExpectedGets the expected value.  
public MethodresetResets this instance.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.