Click or drag to resize

FileFormatVersions Enumeration

Defines the Office Open XML file format version.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
[FlagsAttribute]
public enum FileFormatVersions
Members
Member nameValueDescription
None0 Represents an invalid value which will cause an exception.
Office20071 Represents Microsoft Office 2007.
Office20102 Represents Microsoft Office 2010.
Office20134 Represents Microsoft Office 2013.
Office20168 Represents Microsoft Office 2016.
Office201916 Represents Microsoft Office 2016.
See Also