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