OpenXmlPartRootElement.Reload Method

Definition

Reloads the part content into an Open XML DOM tree. This method can be called multiple times and each time it is called, the tree will be reloaded and previous changes on the tree are abandoned.

public void Reload ();
member this.Reload : unit -> unit
Public Sub Reload ()

Exceptions

Thrown when the tree is not associated with a part.

Applies to