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


In This Topic
    Operator Property (IDatabar)
    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 IDatabar
    Dim value As FormatConditionOperator
     
    value = instance.Operator
    FormatConditionOperator Operator {get;}

    Property Value

    A FormatConditionOperator value that represents the operator.
    See Also