Name | Description | |
---|---|---|
Count | Returns the number of chart sheets in the workbook. | |
Item | Overloaded. Returns the chart sheet specified by the zero based index. | |
WorkbookSet | Returns the parent workbook set of this IChartSheets. |
The following tables list the members exposed by IChartSheets.
Name | Description | |
---|---|---|
Count | Returns the number of chart sheets in the workbook. | |
Item | Overloaded. Returns the chart sheet specified by the zero based index. | |
WorkbookSet | Returns the parent workbook set of this IChartSheets. |
Name | Description | |
---|---|---|
Add | Returns a newly created chart sheet which is added to the end of the workbook's sheet collection. | |
AddAfter | Creates a new chart sheet and inserts it after the specified sheet. | |
AddBefore | Creates a new chart sheet and inserts it before the specified sheet. | |
Contains | Returns true if the specified IChartSheet is contained by the collection of chartSheets, otherwise false is returned. | |
GetEnumerator | (Inherited from System.Collections.IEnumerable) |