linecollection-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.collections
class linecollection

java.lang.object
  extended by com.spire.ms.system.collections.collectionbase
      extended by 
          extended by com.spire.xls.core.spreadsheet.collections.linecollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, ilines, java.lang.iterable

public class linecollection
extends
implements ilines

constructor summary
linecollection(java.lang.object parent)
           
 
method summary
 void addcopy(ilineshape source)
           
 ilineshape addline()
           
 ilineshape addline(int row, int column, int width, int height, lineshapetype lineshapetype)
           
 ilineshape get(int index)
          returns single item from the collection.
 ilineshape get(java.lang.string name)
          gets single item from the collection.
 
methods inherited from interface com.spire.xls.core.ilines
getcount
 
constructor detail

linecollection

public linecollection(java.lang.object parent)
method detail

addline

public ilineshape addline()

addline

public ilineshape addline(int row,
                          int column,
                          int width,
                          int height,
                          lineshapetype lineshapetype)
specified by:
addline in interface ilines
parameters:
row -
column -
width -
height -
lineshapetype -
returns:

addcopy

public void addcopy(ilineshape source)

get

public ilineshape get(int index)
returns single item from the collection.
specified by:
get in interface ilines
parameters:
index - index of the item to get.
returns:
single item from the collection.

get

public ilineshape get(java.lang.string name)
gets single item from the collection.
specified by:
get in interface ilines
parameters:
name - name of the item to get.
returns:
single item from the collection.


网站地图