Table of Contents

Class ListBoxCollection

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class ListBoxCollection : CollectionExtended<IListBox>, IList<IListBox>, ICollection<IListBox>, IEnumerable<IListBox>, IEnumerable, IExcelApplication, ICloneParent, IListBoxes
Inheritance
ListBoxCollection
Implements
Inherited Members

Properties

this[int]

public IListBox this[int index] { get; }

Parameters

index int

Property Value

IListBox

this[string]

public IListBox this[string name] { get; }

Parameters

name string

Property Value

IListBox

Methods

AddCopy(IListBox)

public void AddCopy(IListBox source)

Parameters

source IListBox

AddListBox(int, int, int, int)

public IListBox AddListBox(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

IListBox

Clear()

public void Clear()