Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IValidation Interface / Operator Property


In This Topic
    Operator Property (IValidation)
    In This Topic
    Gets a value indicating the operator for the data validation.
    Syntax
    'Declaration
     
    
    ReadOnly Property Operator As DataValidationOperator
    'Usage
     
    
    Dim instance As IValidation
    Dim value As DataValidationOperator
     
    value = instance.Operator
    DataValidationOperator Operator {get;}

    Property Value

    A DataValidationOperator value represents the operator for the data validation.
    See Also