Table of Contents

TLineStyleList Class

Represents the line style characteristics.

Syntax

Unit: FlexCel.Core

TLineStyleList = class(TFlexCelObject);

Constructors

Name Description
Create Creates a new instance.

Methods

Name Description
Clone Returns a deep copy of the object.
GetRealFillStyle Returns the line color that results from applying the formatting type to a color.
Add 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.

Properties

Name Description
Count Count of line styles.
Item[const index] Returns the line style for a given formatting type. Currently Excel defines only 3 formatting types, but more could be added in the future.
If you need to access a formatting type that is not defined in the TFormattingType enumeration, just cast an integer to TFormattingType.