radiobuttoncollection-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.collections
class radiobuttoncollection
java.lang.object
com.spire.ms.system.collections.collectionbase
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
radiobuttoncollection
public radiobuttoncollection(java.lang.object parent)
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)