Table of Contents

TFillStyleList.Add Method

Adds a new FillStyle to the collection. Fill 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 TFillStyleList.Add(aFill: IFillStyle);

Parameters

<-> Parameter Type Description
aFill IFillStyle Fill style to add.

See also