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