Class ExcelChartsheet
Represents an Excel Chartsheet and provides access to its properties and methods
Inherited Members
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelChartsheet : ExcelWorksheet, IEqualityComparer<ExcelWorksheet>, IDisposable
Properties
Chart
The worksheet chart object
Declaration
public ExcelChart Chart { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChart |