[]
        
A collection of all the chart sheets in the specified or active workbook.
public interface ICharts
  Public Interface ICharts
  | Name | Description | 
|---|---|
| Count | Gets an integer value that represents the number of charts in the collection.  | 
      
| this[int] | Gets a single chart from the collection.  | 
      
| this[int[]] | Gets the specified IChart objects by the zero based indexes.  | 
      
| this[string] | Gets a single chart from the collection.  | 
      
| this[string[]] | Gets the specified IChart objects by the chart names.  | 
      
| Name | Description | 
|---|---|
| Add() | Inserts a chart directly onto the grid.  | 
      
| Add(ISheet, ISheet, int) | Inserts a chart directly onto the grid.  | 
      
| Add(int, int, int) | Inserts a chart directly onto the grid.  | 
      
| Add(string, string, int) | Inserts a chart directly onto the grid.  | 
      
| Copy(int, int) | Copies the sheet to another location in the workbook.  | 
      
| Copy(string, string) | Copies the sheet to another location in the workbook.  | 
      
| Delete() | Delete all charts.  | 
      
| Move(int, int) | Moves the chart to another location in the workbook.  | 
      
| Move(string, string) | Moves the chart to another location in the workbook.  | 
      
| Select(bool) | Selects all charts.  |