OpenXmlPartRootXElementExtensions.IsRootXElementLoaded(OpenXmlPart) Method

Definition

Gets a value indicating whether the root XElement is loaded from the part or it has been set.

public static bool IsRootXElementLoaded (this DocumentFormat.OpenXml.Packaging.OpenXmlPart part);
static member IsRootXElementLoaded : DocumentFormat.OpenXml.Packaging.OpenXmlPart -> bool
<Extension()>
Public Function IsRootXElementLoaded (part As OpenXmlPart) As Boolean

Parameters

Returns

true, if the current root XElement is loaded from the part or it has been set; false, otherwise.

Applies to