OpenXmlValidator.FileFormat Property
Gets the target file format to be validated against.
Namespace: DocumentFormat.OpenXml.Validation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property FileFormat As FileFormatVersions
Get
'Usage
Dim instance As OpenXmlValidator
Dim value As FileFormatVersions
value = instance.FileFormat
public FileFormatVersions FileFormat { get; }
Property Value
Type: DocumentFormat.OpenXml.FileFormatVersions