com.spire.xls.core.spreadsheet.collections
Class CheckBoxCollection
java.lang.Object
com.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.CheckBoxCollection
- All Implemented Interfaces:
- com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, ICheckBoxes, java.lang.Iterable
public class CheckBoxCollection
- extends CollectionExtended
- implements ICheckBoxes
CheckBoxCollection
public CheckBoxCollection(java.lang.Object parent)
get
public ICheckBox get(int index)
- Returns single item from the collection.
- Specified by:
get
in interface ICheckBoxes
- Parameters:
index
- Index of the item to get.
- Returns:
- Single item from the collection.
get
public ICheckBox get(java.lang.String name)
- Gets single item from the collection.
- Specified by:
get
in interface ICheckBoxes
- Parameters:
name
- Name of the item to get.
- Returns:
- Single item from the collection.
addCopy
public void addCopy(ICheckBox checkboxsource)
addCheckBox
public ICheckBox addCheckBox(int row,
int column,
int height,
int width)
- Adds new textbox to the collection.
- Specified by:
addCheckBox
in interface ICheckBoxes
- 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.