OpenXmlPartRootElement.OpenXmlPart Property
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 part that is associated with the DOM tree. It returns null when the DOM tree is not associated with a part.
public DocumentFormat.OpenXml.Packaging.OpenXmlPart? OpenXmlPart { get; }
member this.OpenXmlPart : DocumentFormat.OpenXml.Packaging.OpenXmlPart
Public ReadOnly Property OpenXmlPart As OpenXmlPart