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

Unit: FlexCel.Core

procedure TLineStyleList.Add(aLineStyle: ILineStyle);

Parameters

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

See also