Share via


HeaderPart.AlternativeFormatImportParts Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the AlternativeFormatImportParts of the HeaderPart

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

Syntax

'Declaration
Public ReadOnly Property AlternativeFormatImportParts As IEnumerable(Of AlternativeFormatImportPart)
'Usage
Dim instance As HeaderPart
Dim value As IEnumerable(Of AlternativeFormatImportPart)

value = instance.AlternativeFormatImportParts
public IEnumerable<AlternativeFormatImportPart> AlternativeFormatImportParts { get; }

See Also

Reference

HeaderPart Class
HeaderPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace