XlWBATemplate 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 the type of workbook to create.
public enum class XlWBATemplate
public enum XlWBATemplate
Public Enum XlWBATemplate
- Inheritance
-
XlWBATemplate
Fields
Name | Value | Description |
---|---|---|
xlWBATWorksheet | -4167 | Worksheet. |
xlWBATChart | -4109 | Chart. |
xlWBATExcel4MacroSheet | 3 | Excel version 4 international macro. |
xlWBATExcel4IntlMacroSheet | 4 | Excel version 4 macro. |
Remarks
The new workbook contains a single sheet of the specified type.