Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DateExCondition Class
Properties Methods

In This Topic
    DateExCondition Class Members
    In This Topic

    The following tables list the members exposed by DateExCondition.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new date condition.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the expected expression. (Inherited from GrapeCity.Windows.SpreadSheet.Data.ConditionBase)
    Public PropertyGets or sets the expected formula. (Inherited from GrapeCity.Windows.SpreadSheet.Data.ConditionBase)
    Public PropertyGets or sets the expected value. (Inherited from GrapeCity.Windows.SpreadSheet.Data.ConditionBase)
    Public PropertyOverridden. Gets the expected type of the value.  
    Public PropertyGets or sets a value that indicates whether to ignore the null value. (Inherited from GrapeCity.Windows.SpreadSheet.Data.ConditionBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates a new object that is a copy of the current instance.  
    Public MethodOverridden. Evaluates using the specified evaluator.  
    Public Methodstatic (Shared in Visual Basic)Creates a DateExCondition object from the day.  
    Public Methodstatic (Shared in Visual Basic)Creates a DateExCondition object from the month.  
    Public Methodstatic (Shared in Visual Basic)Creates a DateExCondition object from the quarter.  
    Public Methodstatic (Shared in Visual Basic)Creates a DateExCondition object from the week.  
    Public Methodstatic (Shared in Visual Basic)Creates a DateExCondition object from the year.  
    Public MethodOverloaded. Gets the expected value. (Inherited from GrapeCity.Windows.SpreadSheet.Data.ConditionBase)
    Top
    See Also