Document.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 a cached document by resolving the hyperlink to the document and downloading the document.
public:
void Reload();
public void Reload ();
abstract member Reload : unit -> unit
Public Sub Reload ()
Remarks
This method reloads the document asynchronously. Statements following the Reload method in your procedure might execute before the document is actually reloaded. Because of this, you might get unexpected results from using this method.