OpenXmlPartContainer.GetPartById Method

Gets the child part through the relationship ID.

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

Syntax

'Declaration
Public Function GetPartById ( _
    id As String _
) As OpenXmlPart
'Usage
Dim instance As OpenXmlPartContainer
Dim id As String
Dim returnValue As OpenXmlPart

returnValue = instance.GetPartById(id)
public OpenXmlPart GetPartById(
    string id
)

Parameters

Return Value

Type: DocumentFormat.OpenXml.Packaging.OpenXmlPart
The part.

Exceptions

Exception Condition
ArgumentOutOfRangeException

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

See Also

Reference

OpenXmlPartContainer Class

OpenXmlPartContainer Members

DocumentFormat.OpenXml.Packaging Namespace