Share via


_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)

Usage

Dim _Workbook1 As _Workbook

Dim returnValue As Sheets
returnValue = _Workbook1.Charts

Syntax

ReadOnly Property Charts() As Sheets
Sheets Charts {get;}
property Sheets^ Charts{
    Sheets^ get();
}
public Sheets get_Charts();
function get Charts() : Sheets;

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

_Workbook Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

_Workbook Members