EPPlus 3.0 |
ExcelDataValidation..::.AllowsOperator Property |
ExcelDataValidation Class See Also Send Feedback |
True if the validation type allows operator to be set.
Namespace:
OfficeOpenXml.DataValidation
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public bool AllowsOperator { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property AllowsOperator As Boolean |
Visual C++ |
---|
public: virtual property bool AllowsOperator { bool get () sealed; } |