Class LineCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class LineCollection : CollectionExtended<ILineShape>, IList<ILineShape>, ICollection<ILineShape>, IEnumerable<ILineShape>, IEnumerable, IExcelApplication, ICloneParent, ILines
- Inheritance
-
LineCollection
- Implements
- Inherited Members
Properties
this[int]
public ILineShape this[int index] { get; }
Parameters
index
int
Property Value
this[string]
public ILineShape this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddCopy(ILineShape)
public void AddCopy(ILineShape source)
Parameters
source
ILineShape
AddLine()
public ILineShape AddLine()
Returns
AddLine(int, int, int, int, LineShapeType)
public ILineShape AddLine(int row, int column, int width, int height, LineShapeType lineShapeType)
Parameters
row
intcolumn
intwidth
intheight
intlineShapeType
LineShapeType
Returns
Clear()
public void Clear()