OpenXmlPartContainer.GetPartById(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.