Spread Windows Forms 12.0 Product Documentation
Operator Property (IValidation)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IValidation Interface : Operator Property
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

Reference

IValidation Interface
IValidation Members