Class ExcelComboType
Represents possible combo box type values..
Inheritance
System.Object
ExcelComboType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelComboType : Enum
Fields
AutoComplete
AutoComplete dropdown.
Declaration
public const ExcelComboType AutoComplete
Field Value
Type |
---|
ExcelComboType |
AutoFilter
AutoFilter dropdown.
Declaration
public const ExcelComboType AutoFilter
Field Value
Type |
---|
ExcelComboType |
DataValidation
Data validation list dropdown.
Declaration
public const ExcelComboType DataValidation
Field Value
Type |
---|
ExcelComboType |
PivotTablePageField
PivotTable page field dropdown.
Declaration
public const ExcelComboType PivotTablePageField
Field Value
Type |
---|
ExcelComboType |
PivotTableRowOrColumn
PivotTable row or column field dropdown.
Declaration
public const ExcelComboType PivotTableRowOrColumn
Field Value
Type |
---|
ExcelComboType |
Regular
Regular sheet dropdown control.
Declaration
public const ExcelComboType Regular
Field Value
Type |
---|
ExcelComboType |
TableTotalRow
Dropdown for the Total Row of a table.
Declaration
public const ExcelComboType TableTotalRow
Field Value
Type |
---|
ExcelComboType |