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

In This Topic
    RelationCondition Class Members
    In This Topic

    The following tables list the members exposed by RelationCondition.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new relation condition.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the relation type for the first and second conditions.  
    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 PropertyGets the expected type of the value. (Inherited from GrapeCity.Windows.SpreadSheet.Data.ConditionBase)
    Public PropertyOverridden. Gets or sets whether the condition ignores empty values.  
    Public PropertyGets the first condition.  
    Public PropertyGets the second condition.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates a new object that is a copy of the current instance.  
    Public Methodstatic (Shared in Visual Basic)Creates a RelationCondition object.  
    Public MethodOverridden. Evaluates using the specified evaluator.  
    Public MethodOverloaded. Gets the expected value. (Inherited from GrapeCity.Windows.SpreadSheet.Data.ConditionBase)
    Top
    See Also