OfficeAvailabilityAttribute.OfficeVersion Property
Gets the office version in which the entity is available.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property OfficeVersion As FileFormatVersions
Get
Friend Set
'Usage
Dim instance As OfficeAvailabilityAttribute
Dim value As FileFormatVersions
value = instance.OfficeVersion
public FileFormatVersions OfficeVersion { get; internal set; }
Property Value
Type: DocumentFormat.OpenXml.FileFormatVersions
See Also
Reference
OfficeAvailabilityAttribute Class