Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelComboType

    Show / Hide Table of Contents

    Class ExcelComboType

    Represents possible combo box type values..

    Inheritance
    System.Object
    ExcelComboType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelComboType : Enum

    Fields

    AutoComplete

    AutoComplete dropdown.

    Declaration
    public const ExcelComboType AutoComplete
    Field Value
    Type Description
    ExcelComboType

    AutoFilter

    AutoFilter dropdown.

    Declaration
    public const ExcelComboType AutoFilter
    Field Value
    Type Description
    ExcelComboType

    DataValidation

    Data validation list dropdown.

    Declaration
    public const ExcelComboType DataValidation
    Field Value
    Type Description
    ExcelComboType

    PivotTablePageField

    PivotTable page field dropdown.

    Declaration
    public const ExcelComboType PivotTablePageField
    Field Value
    Type Description
    ExcelComboType

    PivotTableRowOrColumn

    PivotTable row or column field dropdown.

    Declaration
    public const ExcelComboType PivotTableRowOrColumn
    Field Value
    Type Description
    ExcelComboType

    Regular

    Regular sheet dropdown control.

    Declaration
    public const ExcelComboType Regular
    Field Value
    Type Description
    ExcelComboType

    TableTotalRow

    Dropdown for the Total Row of a table.

    Declaration
    public const ExcelComboType TableTotalRow
    Field Value
    Type Description
    ExcelComboType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved