XlWindowType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the chart is displayed.
public enum class XlWindowType
public enum XlWindowType
Public Enum XlWindowType
- Inheritance
-
XlWindowType
Fields
Name | Value | Description |
---|---|---|
xlInfo | -4129 | This constant has been deprecated. |
xlWorkbook | 1 | This constant applies to Macintosh only. |
xlClipboard | 3 | The chart is copied to the clipboard. |
xlChartInPlace | 4 | The chart will be displayed on the current worksheet. |
xlChartAsWindow | 5 | The chart will open in a new window. |