_Document.SelectAllEditableRanges Method

Selects all ranges for which the specified user or group of users has permission to modify.

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

Syntax

'Declaration
Sub SelectAllEditableRanges ( _
    ByRef EditorID As Object _
)
'Usage
Dim instance As _Document
Dim EditorID As Object

instance.SelectAllEditableRanges(EditorID)
void SelectAllEditableRanges(
    ref Object EditorID
)

Parameters

  • EditorID
    Type: System.Object%
    Optional Object. Can be either a String that represents the user's e-mail alias (if in the same domain), an e-mail address, or a WdEditorType constant that represents a group of users. If omitted, only ranges for which all users have permissions will be selected.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace