SpreadsheetDocumentType 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.
Defines SpreadsheetDocumentType - type of SpreadsheetDocument.
public enum SpreadsheetDocumentType
type SpreadsheetDocumentType =
Public Enum SpreadsheetDocumentType
- Inheritance
-
SpreadsheetDocumentType
Fields
Name | Value | Description |
---|---|---|
Workbook | 0 | Excel Workbook (*.xlsx). |
Template | 1 | Excel Template (*.xltx). |
MacroEnabledWorkbook | 2 | Excel Macro-Enabled Workbook (*.xlsm). |
MacroEnabledTemplate | 3 | Excel Macro-Enabled Template (*.xltm). |
AddIn | 4 | Excel Add-In (*.xlam). |