The Charts collection contains all charts in the specified worksheet. Chart sheets are not included in this collection. To return a Charts collection, use Worksheet.Charts.

[DefaultMember("Item")]
 public sealed class Charts : System.Collections.Generic.IEnumerable<Chart>
<DefaultMember("Item")> _
	Public NotInheritable Class Charts
		Implements System.Collections.Generic.IEnumerable(Of Chart)

Name

Description

Count

Name

Description

Item(Int32)

Item(String)

Name

Description

AddChart(Chart, Anchor)

CreateChart(ChartType, Anchor)

GetEnumerator()

Remove(Chart)

Remove(Int32)