Table of Contents

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

int

this[int]

Returns the sparklinegroup at the specified position.

public ExcelSparkline this[int index] { get; }

Parameters

index int

The position of the Sparklinegroup. 0-base

Property Value

ExcelSparkline

Methods

GetEnumerator()

Gets the enumerator for the collection

public IEnumerator<ExcelSparkline> GetEnumerator()

Returns

IEnumerator<ExcelSparkline>

The enumerator