Search Results for

    Show / Hide Table of Contents

    TFillStyleList Class

    Represents the fill style characteristics for an autoshape.

    Syntax

    Unit: FlexCel.Core

    TFillStyleList = class(TFlexCelObject);

    Constructors

    Name Description
    Create 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
    Count Returns the number of elements stored in this collection.
    Item[const index] 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.
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com