icomboboxes-ag凯发旗舰厅
com.spire.xls.core
interface icomboboxes
- all known implementing classes:
- comboboxcollection
public interface icomboboxes
getcount
int getcount()
- returns number of items in the collection.
get
icomboboxshape get(int index)
- returns single item from the collection.
- parameters:
index
- item's index to get.
- returns:
- single item from the collection.
get
icomboboxshape get(java.lang.string name)
addcombobox
icomboboxshape addcombobox(int row,
int column,
int height,
int width)
- adds new item to the collection.
- 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.