AllowsOperator Property

Office Open XML

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;
}

Implements

IExcelDataValidation..::.AllowsOperator

See Also