ValidationOperator Property |
Represents the operator for the data validation.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic OperatorType Operator { get; set; }
Public Property Operator As OperatorType
Get
Set
public:
property OperatorType Operator {
OperatorType get ();
void set (OperatorType value);
}
member Operator : OperatorType with get, set
Property Value
Type:
OperatorType
See Also