Class WorksheetChartsCollection
- Namespace
- Spire.Xls.Collections
- Assembly
- Spire.XLS.dll
public class WorksheetChartsCollection : XlsWorksheetChartsCollection, IList<object>, ICollection<object>, IEnumerable<object>, ICloneParent, IChartShapes, IEnumerable, IExcelApplication
- Inheritance
-
WorksheetChartsCollection
- Implements
- Inherited Members
Properties
this[int]
public Chart this[int index] { get; }
Parameters
index
int
Property Value
Methods
Add()
public Chart Add()
Returns
Add(ExcelChartType)
public Chart Add(ExcelChartType chartType)
Parameters
chartType
ExcelChartType
Returns
Add(ExcelChartType, IPivotTable)
public Chart Add(ExcelChartType pivotChartType, IPivotTable pivotTable)
Parameters
pivotChartType
ExcelChartTypepivotTable
IPivotTable
Returns
AddCopy(Chart, int, int, int, int)
public Chart AddCopy(Chart chart, int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)