comboboxcollection-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.collections
class comboboxcollection

java.lang.object
  extended by com.spire.ms.system.collections.collectionbase
      extended by 
          extended by 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

constructor summary
comboboxcollection(java.lang.object parent)
           
 
method summary
 icomboboxshape addcombobox(int row, int column, int height, int width)
          adds new item to the collection.
 void addcopy(icomboboxshape comboboxsource)
           
 icomboboxshape get(int index)
          returns single item from the collection.
 icomboboxshape get(java.lang.string name)
          gets single item from the collection.
 
methods inherited from interface com.spire.xls.core.icomboboxes
getcount
 
constructor detail

comboboxcollection

public comboboxcollection(java.lang.object parent)
method detail

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.


网站地图