Class ExcelSparklineCollection
- Namespace
- OfficeOpenXml.Sparkline
- Assembly
- Magicodes.EPPlus.dll
public class ExcelSparklineCollection : IEnumerable<ExcelSparkline>, IEnumerable
- Inheritance
-
ExcelSparklineCollection
- Implements
- Inherited Members
- Extension Methods
Properties
Count
public int Count { get; }
Property Value
this[int]
public ExcelSparkline this[int index] { get; }
Parameters
index
int
Property Value
Methods
GetEnumerator()
public IEnumerator<ExcelSparkline> GetEnumerator()