com.spire.xls.core
Interface IRectangleShapes

All Known Implementing Classes:
RectangleCollection

public interface IRectangleShapes


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()
           
 

Method Detail

getCount

int getCount()

get

IRectangleShape get(int index)

get

IRectangleShape get(java.lang.String name)

addRectangle

IRectangleShape addRectangle(int row,
                             int column,
                             int height,
                             int width,
                             RectangleShapeType rectShapeType)