Show / Hide Table of Contents

Class ExcelChartCollection

Enumerates charttypes

Inheritance
System.Object
ExcelChartCollection
Implements
System.Collections.Generic.IEnumerable<ExcelChart>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public class ExcelChartCollection : IEnumerable<ExcelChart>, IEnumerable

Properties

Count

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

Item[Int32]

Returns a chart at the specific position.

Declaration
public ExcelChart this[int PositionID] { get; }
Parameters
Type Name Description
System.Int32 PositionID

The position of the chart. 0-base

Property Value
Type Description
ExcelChart

Methods

Add(eChartType)

Add a new charttype to the chart

Declaration
public ExcelChart Add(eChartType chartType)
Parameters
Type Name Description
eChartType chartType

The type of the new chart

Returns
Type Description
ExcelChart

Explicit Interface Implementations

IEnumerable<ExcelChart>.GetEnumerator()

Declaration
IEnumerator<ExcelChart> IEnumerable<ExcelChart>.GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<ExcelChart>

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Back to top Generated by DocFX