Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Home Page (Objects) | Overview | FAQ | Reference
Applies to: TextSelection object
Extends the selection to include the entire document.
Syntax
object**.SelectAll**
Parameters
object
An expression that evaluates to a TextSelection object.
Example
The following example extends the selection to the entire document:
ActiveDocument.Selection.SelectAll
See Also SelectLine method.