Click or drag to resize

ExcelChartWorksheetsCollection Methods

The ExcelChartWorksheetsCollection type exposes the following members.

Methods
  NameDescription
Public methodAddChartWorksheet(ExcelChartType)
Use this type of constructor when the series will be manually added to the chart, otherwise use the constructor accepting the data source range parameter. Adds a new chart worksheet with the default name to the collection without specifying the data source range.
Public methodAddChartWorksheet(ExcelChartType, String)
Use this type of constructor when the series will be manually added to the chart, otherwise use the constructor accepting the data source range parameter. Adds a new chart worksheet with the specified name to the collection without specifying the data source range.
Public methodAddChartWorksheet(ExcelChartType, ExcelRange, Boolean)
Adds a new chart worksheet with a default name to the collection. The data source range of the chart is specified as the dataSourceRange parameter. The chart series are automatically generated from the data source.
Public methodAddChartWorksheet(ExcelChartType, ExcelRange, Boolean, String)
Adds a new chart worksheet with the specified name to the collection. The data source range of the chart is specified as the dataSourceRange parameter. The chart series are automatically generated from the data source.
Public methodGetEnumerator
Gets the collection enumerator
Public methodRemoveChart
Removes the chart worksheet with the specified name from collection
Top
See Also