Class ComboBoxCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class ComboBoxCollection : CollectionExtended<IComboBoxShape>, IList<IComboBoxShape>, ICollection<IComboBoxShape>, IEnumerable<IComboBoxShape>, IEnumerable, IExcelApplication, ICloneParent, IComboBoxes
- Inheritance
-
ComboBoxCollection
- Implements
- Inherited Members
Properties
this[int]
public IComboBoxShape this[int index] { get; }
Parameters
index
int
Property Value
this[string]
public IComboBoxShape this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddComboBox(int, int, int, int)
public IComboBoxShape AddComboBox(int row, int column, int height, int width)
Parameters
Returns
AddCopy(IComboBoxShape)
public void AddCopy(IComboBoxShape comboboxsource)
Parameters
comboboxsource
IComboBoxShape
Clear()
public void Clear()