EPPlus 3.0 |
ExcelDataValidation..::.Operator Property |
ExcelDataValidation Class See Also Send Feedback |
Operator for comparison between the entered value and Formula/Formulas.
Namespace:
OfficeOpenXml.DataValidation
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelDataValidationOperator Operator { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Operator As ExcelDataValidationOperator |
Visual C++ |
---|
public: virtual property ExcelDataValidationOperator Operator { ExcelDataValidationOperator get () sealed; void set (ExcelDataValidationOperator value) sealed; } |