Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / Operator Property


In This Topic
    Operator Property (ClassicCfRule)
    In This Topic
    Gets or sets the operator to compare with cell value.
    Syntax
    'Declaration
     
    
    Public Property Operator As Operator
    'Usage
     
    
    Dim instance As ClassicCfRule
    Dim value As Operator
     
    instance.Operator = value
     
    value = instance.Operator
    public Operator Operator {get; set;}

    Property Value

    A Operator value represents the operator to compare with cell value.
    See Also