
'Declaration
<DefaultMemberAttribute("Item")> Public Class ChartCollection Inherits WorksheetElement
'Usage
Dim instance As ChartCollection
[DefaultMember("Item")] public class ChartCollection : WorksheetElement
System.Object
Xceed.Workbooks.NET.WorkbookElement
Xceed.Workbooks.NET.WorksheetElement
Xceed.Workbooks.NET.ChartCollection
Name | Description | |
---|---|---|
![]() | Count | Gets the number of Charts in the ChartCollection. |
![]() | Item | Overloaded. Searches the ChartCollection & gets a specific Chart. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a Chart of a specific type to the ChartCollection. |
![]() | Clear | Removes all Charts from the ChartCollection. |
![]() | Contains | Checks if a specific Chart is in the ChartCollection. |
![]() | GetEnumerator | |
![]() | Remove | Overloaded. Removes a Chart from the ChartCollection. |
![]() | RemoveAt | Identifies a Chart using an index & removes it from the ChartCollection. |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2