Class ExcelDataValidationType
Types of datavalidation
Inheritance
System.Object
ExcelDataValidationType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.DataValidation
Assembly: Experior.Core.dll
Syntax
public class ExcelDataValidationType
Properties
Custom
Declaration
public static ExcelDataValidationType Custom { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
DateTime
Declaration
public static ExcelDataValidationType DateTime { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
Decimal
Declaration
public static ExcelDataValidationType Decimal { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
List
Declaration
public static ExcelDataValidationType List { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
TextLength
Declaration
public static ExcelDataValidationType TextLength { get; }
Property Value
Type | Description |
---|---|
ExcelDataValidationType |
Time
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
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()