com.spire.xls.collections
Class WorksheetChartsCollection
java.lang.Object
com.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.XlsWorksheetChartsCollection
com.spire.xls.collections.WorksheetChartsCollection
- All Implemented Interfaces:
- com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, IChartShapes, java.lang.Iterable
public class WorksheetChartsCollection
- extends XlsWorksheetChartsCollection
WorksheetChartsCollection
public WorksheetChartsCollection(java.lang.Object parent)
add
public Chart add()
- Overrides:
add
in class XlsWorksheetChartsCollection
add
public Chart add(ExcelChartType chartType)
- Overrides:
add
in class XlsWorksheetChartsCollection
add
public Chart add(ExcelChartType pivotChartType,
IPivotTable pivotTable)
get
public Chart get(int index)
- Description copied from interface:
IChartShapes
- Returns a single Chart object from a Charts collection.
- Specified by:
get
in interface IChartShapes
- Overrides:
get
in class XlsWorksheetChartsCollection
- Returns: