Table of Contents

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

ILineShape

this[string]

public ILineShape this[string name] { get; }

Parameters

name string

Property Value

ILineShape

Methods

AddCopy(ILineShape)

public void AddCopy(ILineShape source)

Parameters

source ILineShape

AddLine()

public ILineShape AddLine()

Returns

ILineShape

AddLine(int, int, int, int, LineShapeType)

public ILineShape AddLine(int row, int column, int width, int height, LineShapeType lineShapeType)

Parameters

row int
column int
width int
height int
lineShapeType LineShapeType

Returns

ILineShape

Clear()

public void Clear()