comboboxcollection-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.collections
class comboboxcollection
java.lang.object
com.spire.ms.system.collections.collectionbase
com.spire.xls.core.spreadsheet.collections.comboboxcollection
- all implemented interfaces:
- com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, icomboboxes, java.lang.iterable
public class comboboxcollection
- extends
- implements icomboboxes
comboboxcollection
public comboboxcollection(java.lang.object parent)
get
public icomboboxshape get(int index)
- description copied from interface:
icomboboxes
- returns single item from the collection.
- specified by:
get
in interface icomboboxes
- parameters:
index
- item's index to get.
- returns:
- single item from the collection.
get
public icomboboxshape get(java.lang.string name)
- gets single item from the collection.
- specified by:
get
in interface icomboboxes
- parameters:
name
- name of the item to get.
- returns:
- single item from the collection.
addcopy
public void addcopy(icomboboxshape comboboxsource)
addcombobox
public icomboboxshape addcombobox(int row,
int column,
int height,
int width)
- adds new item to the collection.
- specified by:
addcombobox
in interface icomboboxes
- parameters:
row
- one-based row index of the top-left corner of the new item.column
- one-based column index of the top-left corner of the new item.height
- height in pixels of the new item.width
- width in pixels of the new item.
- returns:
- newly added item.