Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAboveAverage Interface / Operator Property


In This Topic
    Operator Property (IAboveAverage)
    In This Topic
    Returns a FormatConditionOperator value that represents the operator for the conditional format.
    Syntax
    'Declaration
     
    
    ReadOnly Property Operator As FormatConditionOperator
    'Usage
     
    
    Dim instance As IAboveAverage
    Dim value As FormatConditionOperator
     
    value = instance.Operator
    FormatConditionOperator Operator {get;}

    Property Value

    A FormatConditionOperator value that represents the operator.
    See Also