Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the tree is not associated with a part. |