com.spire.xls.core.spreadsheet.collections
Class RectangleCollection

java.lang.Object
  extended by com.spire.ms.System.Collections.CollectionBase
      extended by com.spire.xls.core.spreadsheet.collections.CollectionExtended
          extended by 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


Constructor Summary
RectangleCollection(java.lang.Object parent)
           
 
Method Summary
 IRectangleShape addRectangle(int row, int column, int height, int width, RectangleShapeType rectShapeType)
           
 IRectangleShape get(int index)
           
 IRectangleShape get(java.lang.String name)
           
 int getCount()
           
 

Constructor Detail

RectangleCollection

public RectangleCollection(java.lang.Object parent)
Method Detail

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