Table of Contents

TEffectStyleList Class

A list with all the effects for subtle, moderate and intense formatting types.

Syntax

Namespace: FlexCel.Core

public class TEffectStyleList

Constructors

Name Description
TEffectStyleList Creates a new instance.

Methods

Name Description
Clone Returns a deep copy of the object.
Clear Deletes all elements in this object.
Add Adds a new effect to the list. First style is subtle, then moderate adn then intense.

Properties

Name Description
Count Number of effects saved on this list.
Last Returns the last element in the list, or null if the list has no elements.
this[] Returns the effect at position index. First item is Subtle, second Moderate and third Intense.