Table of Contents

Class ExcelChartsheet

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

Represents an Excel Chartsheet and provides access to its properties and methods

public class ExcelChartsheet : ExcelWorksheet, IEqualityComparer<ExcelWorksheet>, IDisposable
Inheritance
ExcelChartsheet
Implements
Inherited Members
Extension Methods

Properties

Chart

The worksheet chart object

public ExcelChart Chart { get; }

Property Value

ExcelChart