checkboxcollection-ag凯发旗舰厅



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

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

constructor summary
checkboxcollection(java.lang.object parent)
           
 
method summary
 icheckbox addcheckbox(int row, int column, int height, int width)
          adds new textbox to the collection.
 void addcopy(icheckbox checkboxsource)
           
 icheckbox get(int index)
          returns single item from the collection.
 icheckbox get(java.lang.string name)
          gets single item from the collection.
 
methods inherited from interface com.spire.xls.core.icheckboxes
getcount
 
constructor detail

checkboxcollection

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

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.


网站地图