Table of Contents

TFillStyleList.Item[const index] Property

Returns the fill 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.

Syntax

Unit: FlexCel.Core

property TFillStyleList.Item[const index]: IFillStyle

See also