Workbook.FileVersion Property
File Version.Represents the element tag in schema: x:fileVersion
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property FileVersion As FileVersion
Get
Set
'Usage
Dim instance As Workbook
Dim value As FileVersion
value = instance.FileVersion
instance.FileVersion = value
public FileVersion FileVersion { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.FileVersion