OpenXmlPartRootElement.Reload Method
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.
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.