ExcelChartWorksheetsCollection Class

Represents a colection of chart worksheets in a workbook.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelChartWorksheetsCollection
Inheritance
Object    ExcelChartWorksheetsCollection

Properties

Count Gets the number of charts in this collection.
Item Gets the chart at the specified index from collection.
Workbook Gets the workbook of this chart worksheets collection.

Methods

AddChartWorksheet(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.
AddChartWorksheet(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.
AddChartWorksheet(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 the data source.
AddChartWorksheet(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 the data source.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Gets the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
RemoveChart Removes the chart worksheet with the specified name from collection
ToString
(Inherited from Object)

See Also