radiobuttoncollection-ag凯发旗舰厅



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

java.lang.object
  extended by com.spire.ms.system.collections.collectionbase
      extended by 
          extended by com.spire.xls.core.spreadsheet.collections.radiobuttoncollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, iradiobuttons, java.lang.iterable

public class radiobuttoncollection
extends
implements iradiobuttons

constructor summary
radiobuttoncollection(java.lang.object parent)
           
 
method summary
 iradiobutton add()
          adds option button default dimension
 iradiobutton add(int row, int column)
          adds the shape with default size
 iradiobutton add(int row, int column, int height, int width)
          adds new radiobutton to the collection.
 void addcopy(iradiobutton source)
           
 iradiobutton get(int index)
          returns single item from the collection.
 iradiobutton get(java.lang.string name)
          gets single item from the collection.
 
methods inherited from interface com.spire.xls.core.iradiobuttons
getcount
 
constructor detail

radiobuttoncollection

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

get

public iradiobutton get(int index)
returns single item from the collection.
specified by:
get in interface iradiobuttons
parameters:
index - item's index to get.
returns:
single item from the collection.

get

public iradiobutton get(java.lang.string name)
gets single item from the collection.
specified by:
get in interface iradiobuttons
parameters:
name - name of the item to get.
returns:
single item from the collection.

add

public iradiobutton add()
adds option button default dimension
specified by:
add in interface iradiobuttons
returns:
returns option button shape

add

public iradiobutton add(int row,
                        int column)
adds the shape with default size
specified by:
add in interface iradiobuttons
parameters:
row - top row for the new shape.
column - left column for the new shape
returns:

add

public iradiobutton add(int row,
                        int column,
                        int height,
                        int width)
adds new radiobutton to the collection.
specified by:
add in interface iradiobuttons
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.

addcopy

public void addcopy(iradiobutton source)


网站地图