次の方法で共有


FootnotesPart.AlternativeFormatImportParts Property

Gets the AlternativeFormatImportParts of the FootnotesPart.

Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public ReadOnly Property AlternativeFormatImportParts As IEnumerable(Of AlternativeFormatImportPart)
    Get
'使用
Dim instance As FootnotesPart
Dim value As IEnumerable(Of AlternativeFormatImportPart)

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

Property Value

Type: System.Collections.Generic.IEnumerable<AlternativeFormatImportPart>

See Also

Reference

FootnotesPart Class

FootnotesPart Members

DocumentFormat.OpenXml.Packaging Namespace