com.spire.xls.core.spreadsheet.collections
Class RectangleCollection
java.lang.Object
com.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.RectangleCollection
- All Implemented Interfaces:
- com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, IRectangleShapes, java.lang.Iterable
public class RectangleCollection
- extends CollectionExtended
- implements IRectangleShapes
RectangleCollection
public RectangleCollection(java.lang.Object parent)
getCount
public int getCount()
- Specified by:
getCount
in interface IRectangleShapes
get
public IRectangleShape get(int index)
- Specified by:
get
in interface IRectangleShapes
get
public IRectangleShape get(java.lang.String name)
- Specified by:
get
in interface IRectangleShapes
addRectangle
public IRectangleShape addRectangle(int row,
int column,
int height,
int width,
RectangleShapeType rectShapeType)
- Specified by:
addRectangle
in interface IRectangleShapes