Table of Contents

TFillStyleList.this[] 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

Namespace: FlexCel.Core

public TFillStyle this[] { get; set; }

See also