Class ExcelDataValidationAny
Any value validation.
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.DataValidation
Assembly: EPPlus.dll
Syntax
public class ExcelDataValidationAny : ExcelDataValidation, IExcelDataValidationAny, IExcelDataValidation
Properties
AllowsOperator
True if the current validation type allows operator.
Declaration
public override bool AllowsOperator { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Overrides
ValidationType
Validation type
Declaration
public override ExcelDataValidationType ValidationType { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDataValidationType |