Table of Contents

Class ExcelThemeEffectStyles

Namespace
OfficeOpenXml.Drawing.Theme
Assembly
EPPlus.dll

The effect styles within the theme

public class ExcelThemeEffectStyles : XmlHelper, IEnumerable<ExcelThemeEffectStyle>, IEnumerable
Inheritance
ExcelThemeEffectStyles
Implements
Inherited Members

Properties

Count

Number of items in the collection

public int Count { get; }

Property Value

int

this[int]

Indexer for the collection

public ExcelThemeEffectStyle this[int index] { get; }

Parameters

index int

The index

Property Value

ExcelThemeEffectStyle

The effect style

Methods

Add()

Adds a new effect style

public ExcelThemeEffectStyle Add()

Returns

ExcelThemeEffectStyle

GetEnumerator()

Gets the enumerator for the collection

public IEnumerator<ExcelThemeEffectStyle> GetEnumerator()

Returns

IEnumerator<ExcelThemeEffectStyle>

The enumerator

Remove(ExcelThemeEffectStyle)

Removes an effect style. The collection must have at least three effect styles.

public void Remove(ExcelThemeEffectStyle item)

Parameters

item ExcelThemeEffectStyle

The Item

Remove(int)

Remove the effect style at the specified index. The collection must have at least three effect styles.

public void Remove(int Index)

Parameters

Index int

The index