Table of Contents

TFillStyleList Class

Represents the fill style characteristics for an autoshape.

Syntax

Namespace: FlexCel.Core

public class TFillStyleList

Constructors

Name Description
TFillStyleList Creates a new TFillStyleList instance.

Methods

Name Description
Clone Creates a deep copy of this object.
Add 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.
GetRealFillStyle Returns the fill style that results from applying the formatting type to a color.
Clear Clears all the formatting definitions.

Properties

Name Description
this[] 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.
Count Returns the number of elements stored in this collection.