_Document.DeleteAllEditableRanges(Object) Method

Definition

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

public void DeleteAllEditableRanges (ref object EditorID);
abstract member DeleteAllEditableRanges : obj -> unit
Public Sub DeleteAllEditableRanges (Optional ByRef EditorID As Object)

Parameters

EditorID
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, no permissions are deleted from a document.

Remarks

You can also use the DeleteAll() method for the Editor object to delete permissions in all ranges for which a specified user or group of users has permission to modify.

Applies to