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

Object
   GcSpread.Sheets.DateCondition

Constructors
 NameDescription
public ConstructorDateCondition ConstructorRepresents a date condition with the specified comparison type, expected date condition, and formula.  
Top
Fields
 NameDescription
public FieldcompareTypeGets or sets the type of the compare.  
public FieldexpectedGets or sets the expected date condition.  
public FieldformulaThe formula.  
public FieldignoreBlankSpecifies whether to ignore the blank cell.  
Top
Methods
 NameDescription
public MethodevaluateEvaluates the condition using the specified evaluator.  
public MethodgetExpectedGets the expected value.  
public MethodgetExpectedDateTimeGets the expected date time value.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.