checkboxcollection-凯发线上登陆下载网址
com.spire.xls.core.spreadsheet.collections
class checkboxcollection
java.lang.object
com.spire.ms.system.collections.collectionbase
com.spire.xls.core.spreadsheet.collections.checkboxcollection
- all implemented interfaces:
- com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, icheckboxes, java.lang.iterable
public class checkboxcollection
- extends
- implements icheckboxes
checkboxcollection
public checkboxcollection(java.lang.object parent)
get
public icheckbox get(int index)
- returns single item from the collection.
- specified by:
get in interface icheckboxes
- parameters:
index - index of the item to get.
- returns:
- single item from the collection.
get
public icheckbox get(java.lang.string name)
- gets single item from the collection.
- specified by:
get in interface icheckboxes
- parameters:
name - name of the item to get.
- returns:
- single item from the collection.
addcopy
public void addcopy(icheckbox checkboxsource)
addcheckbox
public icheckbox addcheckbox(int row,
int column,
int height,
int width)
- adds new textbox to the collection.
- specified by:
addcheckbox in interface icheckboxes
- parameters:
row - top row for the new shape.column - left column for the new shape.height - height in pixels of the new shape.width - width in pixels of the new shape.
- returns:
- newly created textbox object.