Editor.SelectAll Method

Selects all the shapes in the main story, in a canvas, or in headers and footers of a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub SelectAll
'Usage
Dim instance As Editor

instance.SelectAll()
void SelectAll()

Remarks

This method doesn't select InlineShape objects.

See Also

Reference

Editor Interface

Editor Members

Microsoft.Office.Interop.Word Namespace