menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboBoxCollection - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ComboBoxCollection

    This class represents collection of all combo box inside single worksheet.

    Inheritance
    System.Object
    CollectionBase<IComboBoxShape>
    CollectionBaseEx<IComboBoxShape>
    ComboBoxCollection
    Implements
    System.Collections.Generic.IList<IComboBoxShape>
    System.Collections.Generic.ICollection<IComboBoxShape>
    System.Collections.Generic.IEnumerable<IComboBoxShape>
    System.Collections.IEnumerable
    IParentApplication
    ICloneParent
    IComboBoxes
    Inherited Members
    CollectionBase<IComboBoxShape>.Add(IComboBoxShape)
    CollectionBase<IComboBoxShape>.Capacity
    CollectionBase<IComboBoxShape>.Clear()
    CollectionBase<IComboBoxShape>.Contains(IComboBoxShape)
    CollectionBase<IComboBoxShape>.CopyTo(IComboBoxShape[], Int32)
    CollectionBase<IComboBoxShape>.Count
    CollectionBase<IComboBoxShape>.GetEnumerator()
    CollectionBase<IComboBoxShape>.IndexOf(IComboBoxShape)
    CollectionBase<IComboBoxShape>.InnerList
    CollectionBase<IComboBoxShape>.Insert(Int32, IComboBoxShape)
    CollectionBase<IComboBoxShape>.IsReadOnly
    CollectionBase<IComboBoxShape>.Item[Int32]
    CollectionBase<IComboBoxShape>.List
    CollectionBase<IComboBoxShape>.Remove(IComboBoxShape)
    CollectionBase<IComboBoxShape>.RemoveAt(Int32)
    CollectionBaseEx<IComboBoxShape>.add_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IComboBoxShape>.add_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IComboBoxShape>.add_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IComboBoxShape>.add_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IComboBoxShape>.add_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IComboBoxShape>.add_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IComboBoxShape>.add_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IComboBoxShape>.add_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IComboBoxShape>.AppImplementation
    CollectionBaseEx<IComboBoxShape>.Application
    CollectionBaseEx<IComboBoxShape>.Changed
    CollectionBaseEx<IComboBoxShape>.ChangeName(IDictionary, ValueChangedEventArgs)
    CollectionBaseEx<IComboBoxShape>.Cleared
    CollectionBaseEx<IComboBoxShape>.Clearing
    CollectionBaseEx<IComboBoxShape>.ClearMaxValues()
    CollectionBaseEx<IComboBoxShape>.Clone(Object)
    CollectionBaseEx<IComboBoxShape>.EnsureCapacity(Int32)
    CollectionBaseEx<IComboBoxShape>.FindParent(Type)
    CollectionBaseEx<IComboBoxShape>.FindParent(Type, Boolean)
    CollectionBaseEx<IComboBoxShape>.GenerateDefaultName(ICollection<IComboBoxShape>, String)
    CollectionBaseEx<IComboBoxShape>.GenerateDefaultName(ICollection, String)
    CollectionBaseEx<IComboBoxShape>.GenerateDefaultName(String, ICollection[])
    CollectionBaseEx<IComboBoxShape>.Inserted
    CollectionBaseEx<IComboBoxShape>.Inserting
    CollectionBaseEx<IComboBoxShape>.OnClear()
    CollectionBaseEx<IComboBoxShape>.OnClearComplete()
    CollectionBaseEx<IComboBoxShape>.OnInsert(Int32, IComboBoxShape)
    CollectionBaseEx<IComboBoxShape>.OnInsertComplete(Int32, IComboBoxShape)
    CollectionBaseEx<IComboBoxShape>.OnRemove(Int32, IComboBoxShape)
    CollectionBaseEx<IComboBoxShape>.OnRemoveComplete(Int32, IComboBoxShape)
    CollectionBaseEx<IComboBoxShape>.OnSet(Int32, IComboBoxShape, IComboBoxShape)
    CollectionBaseEx<IComboBoxShape>.OnSetComplete(Int32, IComboBoxShape, IComboBoxShape)
    CollectionBaseEx<IComboBoxShape>.Parent
    CollectionBaseEx<IComboBoxShape>.QuietMode
    CollectionBaseEx<IComboBoxShape>.remove_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IComboBoxShape>.remove_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IComboBoxShape>.remove_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IComboBoxShape>.remove_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IComboBoxShape>.remove_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IComboBoxShape>.remove_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IComboBoxShape>.remove_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IComboBoxShape>.remove_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IComboBoxShape>.Removed
    CollectionBaseEx<IComboBoxShape>.Removing
    CollectionBaseEx<IComboBoxShape>.Set
    CollectionBaseEx<IComboBoxShape>.SetParent(Object)
    CollectionBaseEx<IComboBoxShape>.Setting
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public class ComboBoxCollection : CollectionBaseEx<IComboBoxShape>, IList<IComboBoxShape>, ICollection<IComboBoxShape>, IEnumerable<IComboBoxShape>, IEnumerable, IParentApplication, ICloneParent, IComboBoxes

    Constructors

    ComboBoxCollection(IApplication, Object)

    Initializes new instance of the collection.

    Declaration
    public ComboBoxCollection(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Application object for the new collection.

    System.Object parent

    Parent object for the new collection.

    Properties

    Item[String]

    Gets single item from the collection.

    Declaration
    public IComboBoxShape this[string name] { get; }
    Parameters
    Type Name Description
    System.String name

    Name of the item to get.

    Property Value
    Type Description
    IComboBoxShape

    Single item from the collection.

    Methods

    AddComboBox(IComboBoxShape)

    Adds new item to the collection.

    Declaration
    public void AddComboBox(IComboBoxShape combobox)
    Parameters
    Type Name Description
    IComboBoxShape combobox

    Combobox to add.

    AddComboBox(Int32, Int32, Int32, Int32)

    Adds new item to the collection.

    Declaration
    public IComboBoxShape AddComboBox(int row, int column, int height, int width)
    Parameters
    Type Name Description
    System.Int32 row

    One-based row index of the top-left corner of the new item.

    System.Int32 column

    One-based column index of the top-left corner of the new item.

    System.Int32 height

    Height in pixels of the new item.

    System.Int32 width

    Width in pixels of the new item.

    Returns
    Type Description
    IComboBoxShape

    Newly added item.

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    IParentApplication
    ICloneParent
    IComboBoxes
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved