iradiobuttons-ag凯发旗舰厅



com.spire.xls.core
interface iradiobuttons

all known implementing classes:
radiobuttoncollection

public interface iradiobuttons

method summary
 iradiobutton add()
          adds a option button width default dimension
 iradiobutton add(int row, int column)
          adds a option button with default size.
 iradiobutton add(int row, int column, int height, int width)
          adds new item to the collection.
 iradiobutton get(int index)
          returns single item from the collection.
 iradiobutton get(java.lang.string name)
          gets 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

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

get

iradiobutton get(java.lang.string name)
gets single item from the collection.
parameters:
name - name of the item to get.
returns:
single item from the collection.

add

iradiobutton add(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.

add

iradiobutton add()
adds a option button width default dimension
returns:
optionbutton shape

add

iradiobutton add(int row,
                 int column)
adds a option button with default size.
parameters:
row -
column -
returns:


网站地图