Document.SelectAllEditableRanges(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Selects all ranges that the specified user or group of users has permission to modify.
public void SelectAllEditableRanges (ref object EditorID);
abstract member SelectAllEditableRanges : obj -> unit
Public Sub SelectAllEditableRanges (Optional ByRef EditorID As Object)
Parameters
- EditorID
- Object
Can be 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. The default is that only ranges for which all users have permissions are selected.
Remarks
Optional Parameters
For information on optional parameters, see Optional Parameters in Office Solutions.