SpreadJS Documentation
ColorCondition type
Represents a style condition with the specified comparison type and expected color.
Syntax
var instance = new GcSpread.Sheets.ColorCondition(compareType, expected);
function ColorCondition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.ColorCondition

Constructors
 NameDescription
public ConstructorColorCondition ConstructorRepresents a style condition with the specified comparison type and expected color.  
Top
Fields
 NameDescription
public FieldcompareTypeThe style comparison type.  
public FieldexpectedThe expected color.  
public FieldignoreBlankWhether to ignore the blank cell.  
Top
Methods
 NameDescription
public MethodevaluateEvaluates the condition using the specified evaluator.  
public MethodresetResets this instance.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.