linecollection-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.collections
class linecollection
java.lang.object
com.spire.ms.system.collections.collectionbase
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
linecollection
public linecollection(java.lang.object parent)
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.