FileFormatVersions Enumeration
The Open XML format.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<FlagsAttribute> _
Public Enumeration FileFormatVersions
'Применение
Dim instance As FileFormatVersions
[FlagsAttribute]
public enum FileFormatVersions
Members
Member name | Description | |
---|---|---|
None | Invalid value and it will cause exception | |
Office2007 | Microsoft Office 2007 | |
Office2010 | Microsoft Office 2010 |