OpenXmlPartContainer.GetPartById(String) Method

Definition

Gets the child part through the relationship ID.

public DocumentFormat.OpenXml.Packaging.OpenXmlPart GetPartById (string id);
member this.GetPartById : string -> DocumentFormat.OpenXml.Packaging.OpenXmlPart
Public Function GetPartById (id As String) As OpenXmlPart

Parameters

id
String

The relationship ID of the part.

Returns

The part.

Exceptions

Thrown when the part with the specified id does not exist.

Applies to