Show / Hide Table of Contents

Class ExcelSparklineCollection

Collection of sparklines

Inheritance
object
ExcelSparklineCollection
Implements
IEnumerable<ExcelSparkline>
IEnumerable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Sparkline
Assembly: EPPlus.dll
Syntax
public class ExcelSparklineCollection : IEnumerable<ExcelSparkline>, IEnumerable

Properties

Count

Number of sparklines in the collection

Declaration
public int Count { get; }
Property Value
Type Description
int

this[int]

Returns the sparklinegroup at the specified position.

Declaration
public ExcelSparkline this[int index] { get; }
Parameters
Type Name Description
int index

The position of the Sparklinegroup. 0-base

Property Value
Type Description
ExcelSparkline

Methods

GetEnumerator()

Gets the enumerator for the collection

Declaration
public IEnumerator<ExcelSparkline> GetEnumerator()
Returns
Type Description
IEnumerator<ExcelSparkline>

The enumerator

Implements

IEnumerable<T>
IEnumerable
In this article
Back to top Generated by DocFX