XlWindowType Enumeration
Specifies how the chart is displayed.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlWindowType
'Usage
Dim instance As 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. |