Share via


Document.Select Method (2007 System)

Selects 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 Select
'Usage
Dim instance As Document

instance.Select()
public void Select()
public:
void Select()
public function Select()

Remarks

After using this method, use the Selection property to work with the document.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace