com.spire.xls.core
Interface ILines

All Known Implementing Classes:
LineCollection

public interface ILines


Method Summary
 ILineShape addLine(int row, int column, int width, int height, LineShapeType lineShapeType)
           
 ILineShape get(int index)
           
 ILineShape get(java.lang.String name)
           
 int getCount()
           
 

Method Detail

getCount

int getCount()

get

ILineShape get(int index)

get

ILineShape get(java.lang.String name)

addLine

ILineShape addLine(int row,
                   int column,
                   int width,
                   int height,
                   LineShapeType lineShapeType)