Table of Contents

Class ExcelThemeFillStyles

Namespace
OfficeOpenXml.Drawing.Theme
Assembly
EPPlus.dll

Defines fill styles for a theme.

public class ExcelThemeFillStyles : XmlHelper, IEnumerable<ExcelDrawingFill>, IEnumerable
Inheritance
ExcelThemeFillStyles
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 ExcelDrawingFill this[int index] { get; }

Parameters

index int

The index

Property Value

ExcelDrawingFill

The fill

Methods

Add(eFillStyle)

Adds a new fill to the collection

public ExcelDrawingFill Add(eFillStyle style)

Parameters

style eFillStyle

The fill style

Returns

ExcelDrawingFill

The fill

GetEnumerator()

Get the enumerator for the Theme

public IEnumerator<ExcelDrawingFill> GetEnumerator()

Returns

IEnumerator<ExcelDrawingFill>

The enumerator

Remove(ExcelDrawingFill)

Remove a fill item

public void Remove(ExcelDrawingFill item)

Parameters

item ExcelDrawingFill

The item

Remove(int)

Remove the item at the specified index

public void Remove(int Index)

Parameters

Index int