ChildElementInfoAttribute.AvailableInVersion Property
Gets the Office version(s) where the child element is available.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property AvailableInVersion As FileFormatVersions
Get
'Usage
Dim instance As ChildElementInfoAttribute
Dim value As FileFormatVersions
value = instance.AvailableInVersion
public FileFormatVersions AvailableInVersion { get; }
Property Value
Type: DocumentFormat.OpenXml.FileFormatVersions
See Also
Reference
ChildElementInfoAttribute Class