Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RelationCondition Class / CompareType Property


In This Topic
    CompareType Property (RelationCondition)
    In This Topic
    Gets the relation type for the first and second conditions.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property CompareType As RelationCompareType
    'Usage
     
    Dim instance As RelationCondition
    Dim value As RelationCompareType
     
    instance.CompareType = value
     
    value = instance.CompareType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public RelationCompareType CompareType {get; set;}

    Property Value

    The relation type between the first and second conditions. The default value is And.
    See Also