Excel.WindowType enum
Specifies the type of window being displayed.
Remarks
[ API set: ExcelApiDesktop 1.1 ]
Fields
| chartAsWindow = "chartAsWindow" | The window displays a chart in its own separate window. |
| chartInPlace = "chartInPlace" | The window displays a chart embedded within a worksheet. |
| clipboard = "clipboard" | The window displays the Office clipboard contents. |
| workbook = "workbook" | The window displays a standard Excel workbook. |