com.spire.xls.core.spreadsheet.collections
Class ButtonShapeCollection
java.lang.Object
com.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.ButtonShapeCollection
- All Implemented Interfaces:
- com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, IButtonShapes, java.lang.Iterable
public class ButtonShapeCollection
- extends CollectionExtended
- implements IButtonShapes
ButtonShapeCollection
public ButtonShapeCollection(java.lang.Object parent)
getCount
public int getCount()
- Specified by:
getCount
in interface IButtonShapes
get
public IButtonShape get(int index)
- Specified by:
get
in interface IButtonShapes
get
public IButtonShape get(java.lang.String name)
- Specified by:
get
in interface IButtonShapes
addButton
public IButtonShape addButton(int row,
int column,
int height,
int width)
- Specified by:
addButton
in interface IButtonShapes
addCopy
public void addCopy(IButtonShape source)