Returns a Charts collection containing all the charts contained as objects within this worksheet. Use this collection to add, access, and remove charts from the worksheet.

public Charts Charts{ get; }
Public ReadOnly Property Charts() As Charts
Charts allCharts = ws.Charts;
Dim allCharts As Charts = ws.Charts