Class DV_ExcelDataTypeInfo
Represents a class that is to maintain the information about different data types for DataValidation
Inheritance
System.Object
DV_ExcelDataTypeInfo
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: Syncfusion.Windows.Forms.Spreadsheet.Commands
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class DV_ExcelDataTypeInfo
Constructors
DV_ExcelDataTypeInfo()
Initializes a new instance of DV_ExcelDataTypeInfo class
Declaration
public DV_ExcelDataTypeInfo()
Properties
DV_ExcelDataType
Gets or sets the type of the data in DataValidation
Declaration
public ExcelDataType DV_ExcelDataType { get; set; }
Property Value
Type |
---|
ExcelDataType |
DV_ExcelDataTypeName
Gets or sets the name of the data types in DataValidation
Declaration
public string DV_ExcelDataTypeName { get; set; }
Property Value
Type |
---|
System.String |