_Workbook.Charts Property

Returns a Sheets collection that represents all the chart sheets in the specified workbook. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Charts As Sheets
    Get
'Usage
Dim instance As _Workbook
Dim value As Sheets

value = instance.Charts
Sheets Charts { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Sheets

Remarks

Using this property without an object qualifier returns all chart sheets in the active workbook.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace