XlWindowType Enumeration 

Specifies how the chart is displayed.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlWindowType1 As XlWindowType = XlWindowType.xlChartAsWindow

Syntax

Public Enum XlWindowType
public enum XlWindowType
public enum class XlWindowType
public enum XlWindowType
public enum XlWindowType

Members

Member name Description
xlChartAsWindow The chart will open in a new window.
xlChartInPlace The chart will be displayed on the current worksheet.
xlClipboard The chart is copied to the clipboard.
xlInfo This constant has been deprecated.
xlWorkbook This constant applies to Macintosh only.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace