FileFormatVersions 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 the Office Open XML file format version.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum FileFormatVersions
[<System.Flags>]
type FileFormatVersions =
Public Enum FileFormatVersions
- Inheritance
-
FileFormatVersions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Represents an invalid value which will cause an exception. |
Office2007 | 1 | Represents Microsoft Office 2007. |
Office2010 | 2 | Represents Microsoft Office 2010. |
Office2013 | 4 | Represents Microsoft Office 2013. |
Office2016 | 8 | Represents Microsoft Office 2016. |
Office2019 | 16 | Represents Microsoft Office 2019. |
Office2021 | 32 | Represents Microsoft Office 2021. |
Microsoft365 | 1073741824 | Represents Microsoft 365. |