Freigeben über


OpenXmlPartRootElement.Reload-Methode

Reloads the part content into Open XML DOM tree. It could be called multiple times and each time it is called, the tree will be reloaded; previous changes on the tree are abandoned.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Sub Reload
'Usage
Dim instance As OpenXmlPartRootElement

instance.Reload()
public void Reload()

Ausnahmen

Ausnahme Bedingung
InvalidOperationException

Thrown when the tree is not associated with a part.

Siehe auch

Referenz

OpenXmlPartRootElement Klasse

OpenXmlPartRootElement-Member

DocumentFormat.OpenXml-Namespace