Winnovative Excel Library

ExcelChartWorksheetsCollection Class

Winnovative Excel Library Documentation
Represents a colection of chart worksheets in a workbook.
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelLibExcelChartWorksheetsCollection

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public class ExcelChartWorksheetsCollection

The ExcelChartWorksheetsCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of charts in this collection.
Public propertyItem
Gets the chart at the specified index from collection.
Public propertyWorkbook
Gets the workbook of this chart worksheets collection.
Top
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 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 the data source.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Gets the collection enumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveChart
Removes the chart worksheet with the specified name from collection
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference