Table of Contents

Interface ILines

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface ILines

Properties

Count

int Count { get; }

Property Value

int

this[int]

ILineShape this[int index] { get; }

Parameters

index int

Property Value

ILineShape

this[string]

ILineShape this[string name] { get; }

Parameters

name string

Property Value

ILineShape

Methods

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

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