SpreadsheetDocument.ExtendedFilePropertiesPart Property
Gets the ExtendedFilePropertiesPart of the SpreadsheetDocument.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property ExtendedFilePropertiesPart As ExtendedFilePropertiesPart
Get
'Usage
Dim instance As SpreadsheetDocument
Dim value As ExtendedFilePropertiesPart
value = instance.ExtendedFilePropertiesPart
public ExtendedFilePropertiesPart ExtendedFilePropertiesPart { get; }
Property Value
Type: DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart