Class ExcelSparklineCollection
- Namespace
- OfficeOpenXml.Sparkline
- Assembly
- EPPlus.dll
Collection of sparklines
public class ExcelSparklineCollection : IEnumerable<ExcelSparkline>, IEnumerable
- Inheritance
-
ExcelSparklineCollection
- Implements
- Inherited Members
Properties
Count
Number of sparklines in the collection
public int Count { get; }
Property Value
this[int]
Returns the sparklinegroup at the specified position.
public ExcelSparkline this[int index] { get; }
Parameters
index
intThe position of the Sparklinegroup. 0-base
Property Value
Methods
GetEnumerator()
Gets the enumerator for the collection
public IEnumerator<ExcelSparkline> GetEnumerator()
Returns
- IEnumerator<ExcelSparkline>
The enumerator