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
this[int]
Indexer for the collection
public ExcelThemeEffectStyle this[int index] { get; }
Parameters
index
intThe index
Property Value
- ExcelThemeEffectStyle
The effect style
Methods
Add()
Adds a new effect style
public ExcelThemeEffectStyle Add()
Returns
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
ExcelThemeEffectStyleThe 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
intThe index