AllowsOperator Property

Office Open XML

True if the current validation type allows operator.

Namespace:  OfficeOpenXml.DataValidation.Contracts
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
bool AllowsOperator { get; }
Visual Basic (Declaration)
ReadOnly Property AllowsOperator As Boolean
Visual C++
property bool AllowsOperator {
	bool get ();
}

See Also