Class ExcelDataValidationType
Types of datavalidation
Inheritance
System.Object
ExcelDataValidationType
Inherited Members
System.Object.Equals(System.Object, System.Object)
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 ExcelDataValidationType
Properties
Any
Any values
Declaration
public static ExcelDataValidationType Any { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
Custom
Custom validation type
Declaration
public static ExcelDataValidationType Custom { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
DateTime
Time validation type
Declaration
public static ExcelDataValidationType DateTime { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
Decimal
Decimal validation type
Declaration
public static ExcelDataValidationType Decimal { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
List
List validation type, a provided list of allowed values
Declaration
public static ExcelDataValidationType List { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
TextLength
Text length validation type
Declaration
public static ExcelDataValidationType TextLength { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
Time
Time validation type
Declaration
public static ExcelDataValidationType Time { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
Type
Validation type
Declaration
public eDataValidationType Type { get; }
Property Value
Type | Description |
---|---|
eDataValidationType |
Whole
Whole/Integer validation type.
Declaration
public static ExcelDataValidationType Whole { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
Methods
Equals(Object)
Overridden Equals, compares on internal validation type
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Overrides GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()