WorkbookFileFormat 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.
Represents a specific file format of an Excel workbook, generally corresponding to a major version number of the Excel product.
[System.Runtime.InteropServices.ComVisible(true)]
public enum WorkbookFileFormat
[<System.Runtime.InteropServices.ComVisible(true)>]
type WorkbookFileFormat =
Public Enum WorkbookFileFormat
- Inheritance
-
WorkbookFileFormat
- Attributes
Fields
| Excel2010 | 14 | An Excel 2010 (Office 14) workbook. |
| Excel2013 | 15 | An Excel 2013 (Office 15) workbook. |
| Excel2016 | 16 | An Excel 2016 (Office 16) workbook. |
| Unknown | 0 | An unknown recognized workbook version. |