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

Namespace: FlexCel.Core

public void Add(TFillStyle aFill)

Parameters

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

See also