icheckboxes-ag凯发旗舰厅



com.spire.xls.core
interface icheckboxes

all known implementing classes:
checkboxcollection

public interface icheckboxes

method summary
 icheckbox addcheckbox(int row, int column, int height, int width)
          adds new item to the collection.
 icheckbox get(int index)
          returns single item from the collection.
 icheckbox get(java.lang.string name)
          returns single item from the collection.
 int getcount()
          returns number of items in the collection.
 
method detail

getcount

int getcount()
returns number of items in the collection.

get

icheckbox get(int index)
returns single item from the collection.
parameters:
index - item's index to get.
returns:
single item from the collection.

get

icheckbox get(java.lang.string name)
returns single item from the collection.
parameters:
name - item's name to get.
returns:
single item from the collection.

addcheckbox

icheckbox addcheckbox(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.


网站地图