Class ExcelDataValidationAny
Any value validation.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.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 | 
|---|---|
| System.Boolean | 
Overrides
ValidationType
Validation type
Declaration
public override ExcelDataValidationType ValidationType { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDataValidationType |