Table of Contents

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

IComboBoxShape

this[string]

public IComboBoxShape this[string name] { get; }

Parameters

name string

Property Value

IComboBoxShape

Methods

AddComboBox(int, int, int, int)

public IComboBoxShape AddComboBox(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IComboBoxShape

AddCopy(IComboBoxShape)

public void AddCopy(IComboBoxShape comboboxsource)

Parameters

comboboxsource IComboBoxShape

Clear()

public void Clear()