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

'Declaration
<FlagsAttribute> _
Public Enumeration FileFormatVersions
'Usage
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

See Also

Reference

DocumentFormat.OpenXml Namespace