Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / AverageRule Class / Operator Property


In This Topic
    Operator Property (AverageRule)
    In This Topic
    Gets the comparison operator for the text rule.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Operator As AverageConditionType
    'Usage
     
    Dim instance As AverageRule
    Dim value As AverageConditionType
     
    instance.Operator = value
     
    value = instance.Operator
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public AverageConditionType Operator {get; set;}

    Property Value

    The comparison operator for the text rule. The default value is Containing.
    See Also