OpenXmlPart.RootElement 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 element of the current part. Returns null when the current part is empty or is not an XML content type.
public DocumentFormat.OpenXml.OpenXmlPartRootElement RootElement { get; }
public DocumentFormat.OpenXml.OpenXmlPartRootElement? RootElement { get; }
member this.RootElement : DocumentFormat.OpenXml.OpenXmlPartRootElement
Public ReadOnly Property RootElement As OpenXmlPartRootElement