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

Object
   GcSpread.Sheets.DateExCondition

Constructors
 NameDescription
public ConstructorDateExCondition ConstructorRepresents a date condition with the specified comparison type, expected date condition, and formula.  
Top
Fields
 NameDescription
public FieldexpectedThe expected date occurring type.  
public FieldformulaThe expected formula.  
public FieldignoreBlankGets or sets a value that indicates whether to ignore the null value.  
Top
Methods
 NameDescription
public MethodevaluateEvaluates the condition using the specified evaluator.  
public Methodstatic (Shared in Visual Basic)fromDayCreates a DateExCondition object from the specified day.  
public Methodstatic (Shared in Visual Basic)fromMonthCreates a DateExCondition object from the specified month.  
public Methodstatic (Shared in Visual Basic)fromQuarterCreates a DateExCondition object from the specified quarter.  
public Methodstatic (Shared in Visual Basic)fromWeekCreates a DateExCondition object from the specified week.  
public Methodstatic (Shared in Visual Basic)fromYearCreates a DateExCondition object from the specified year.  
public MethodgetExpectedGets the expected value.  
public MethodgetExpectedIntGets the expected integer value.  
public MethodresetResets this instance.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.