FooterPart.AddAlternativeFormatImportPart Method (AlternativeFormatImportPartType)
Adds a AlternativeFormatImportPart to the FooterPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddAlternativeFormatImportPart ( _
partType As AlternativeFormatImportPartType _
) As AlternativeFormatImportPart
'Usage
Dim instance As FooterPart
Dim partType As AlternativeFormatImportPartType
Dim returnValue As AlternativeFormatImportPart
returnValue = instance.AddAlternativeFormatImportPart(partType)
public AlternativeFormatImportPart AddAlternativeFormatImportPart(
AlternativeFormatImportPartType partType
)
Parameters
- partType
Type: DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType
The part type of the AlternativeFormatImportPart
Return Value
Type: DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart
The newly added part.