Class ExcelThemeLineStyles
- Namespace
- OfficeOpenXml.Drawing.Theme
- Assembly
- EPPlus.dll
Defines the line styles within the theme
public class ExcelThemeLineStyles : XmlHelper, IEnumerable<ExcelThemeLine>, IEnumerable
- Inheritance
-
ExcelThemeLineStyles
- Implements
- Inherited Members
Properties
Count
Number of items in the collection
public int Count { get; }
Property Value
this[int]
Indexer for the collection
public ExcelThemeLine this[int index] { get; }
Parameters
index
intThe index
Property Value
- ExcelThemeLine
The line style
Methods
Add()
Adds a new line to the collection
public ExcelThemeLine Add()
Returns
- ExcelThemeLine
The line
GetEnumerator()
Gets the enumerator for the collection
public IEnumerator<ExcelThemeLine> GetEnumerator()
Returns
- IEnumerator<ExcelThemeLine>
The enumerator
Remove(ExcelThemeLine)
Removes a line item from the collection
public void Remove(ExcelThemeLine item)
Parameters
item
ExcelThemeLineThe item
Remove(int)
Remove the line style at the specified index. The collection must have at least three line styles.
public void Remove(int Index)
Parameters
Index
intThe index