Click or drag to resize

IComboBoxes Interface

Defines a contract for a class that manages multiple ComboBox controls, allowing for operations such as adding, removing, and updating ComboBox items.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IComboBoxes

The IComboBoxes type exposes the following members.

Properties
Methods
Name Description
Public method AddComboBox
Adds new item to the collection.
Top
See Also