OpenXmlPartContainer.GetPartById Method
Gets the child part through the relationship ID.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Function GetPartById ( _
id As String _
) As OpenXmlPart
'Применение
Dim instance As OpenXmlPartContainer
Dim id As String
Dim returnValue As OpenXmlPart
returnValue = instance.GetPartById(id)
public OpenXmlPart GetPartById(
string id
)
Parameters
- id
Type: System.String
The relationship ID of the part.
Return Value
Type: DocumentFormat.OpenXml.Packaging.OpenXmlPart
The part.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when the part with the specified id does not exist. |