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
this[string]
public IListBox this[string name] { get; }
Parameters
name
string
Property Value
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
Returns
Clear()
public void Clear()