OpenXmlPackage.RootPart 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 root part for the package.
public virtual DocumentFormat.OpenXml.Packaging.OpenXmlPart RootPart { get; }
public virtual DocumentFormat.OpenXml.Packaging.OpenXmlPart? RootPart { get; }
member this.RootPart : DocumentFormat.OpenXml.Packaging.OpenXmlPart
Public Overridable ReadOnly Property RootPart As OpenXmlPart