Table of Contents

TLineStyleList.Add Method

Adds a new LineStyle to the collection. Line styles must be added in order, first is "Subtle", second is "Moderate", third is "Intense" and there could be new definitions in newer versions of Excel.

Syntax

Namespace: FlexCel.Core

public void Add(TLineStyle aLineStyle)

Parameters

<-> Parameter Type Description
aLineStyle TLineStyle Line style to add.

See also