OpenXmlPartContainer.AddNewPart<T> Method

Adds a new part of type T

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

Syntax

'宣言
Public Function AddNewPart(Of T As {OpenXmlPart, IFixedContentTypePart}) As T
'使用
Dim instance As OpenXmlPartContainer
Dim returnValue As T

returnValue = instance.AddNewPart()
public T AddNewPart<T>()
where T : OpenXmlPart, IFixedContentTypePart

Type Parameters

  • T
    The class of the part.

Return Value

Type: T
The added part.

Exceptions

Exception Condition
OpenXmlPackageException

When the part is not allowed to be referenced by this part.

See Also

Reference

OpenXmlPartContainer Class

OpenXmlPartContainer Members

AddNewPart Overload

DocumentFormat.OpenXml.Packaging Namespace