Document.Reload Method (2007 System)

Reloads a cached document by resolving the hyperlink to the document and downloading the document.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Sub Reload
'Usage
Dim instance As Document

instance.Reload()
public void Reload()
public:
void Reload()
public function 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.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace