Show / Hide Table of Contents

Class ExcelDataValidationAny

Any value validation.

Inheritance
System.Object
ExcelDataValidation
ExcelDataValidationAny
Implements
IExcelDataValidationAny
IExcelDataValidation
Inherited Members
ExcelDataValidation.Uid
ExcelDataValidation.Address
ExcelDataValidation.ErrorStyle
ExcelDataValidation.ImeMode
ExcelDataValidation.AllowBlank
ExcelDataValidation.ShowInputMessage
ExcelDataValidation.ShowErrorMessage
ExcelDataValidation.ErrorTitle
ExcelDataValidation.Error
ExcelDataValidation.PromptTitle
ExcelDataValidation.Prompt
ExcelDataValidation.Validate()
ExcelDataValidation.As
ExcelDataValidation.IsStale
ExcelDataValidation.Operator
ExcelDataValidation.OnFormulaChanged
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
ExcelDataValidation.AllowsOperator

ValidationType

Validation type

Declaration
public override ExcelDataValidationType ValidationType { get; }
Property Value
Type Description
ExcelDataValidationType
Overrides
ExcelDataValidation.ValidationType

Implements

IExcelDataValidationAny
IExcelDataValidation
In This Article
Back to top Generated by DocFX