|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.RadioButtonCollection
public class RadioButtonCollection
| 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 |
|---|
public RadioButtonCollection(java.lang.Object parent)
| Method Detail |
|---|
public IRadioButton get(int index)
get in interface IRadioButtonsindex - Item's index to get.
public IRadioButton get(java.lang.String name)
get in interface IRadioButtonsname - Name of the item to get.
public IRadioButton add()
add in interface IRadioButtons
public IRadioButton add(int row,
int column)
add in interface IRadioButtonsrow - Top row for the new shape.column - Left column for the new shape
public IRadioButton add(int row,
int column,
int height,
int width)
add in interface IRadioButtonsrow - 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.
public void addCopy(IRadioButton source)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||