Editors.Add(Object) Method

Definition

Returns an Editor object that represents a new permission for a specified user to modify a range or selection within a document.

public:
 Microsoft::Office::Interop::Word::Editor ^ Add(System::Object ^ % EditorID);
public Microsoft.Office.Interop.Word.Editor Add (ref object EditorID);
abstract member Add : obj -> Microsoft.Office.Interop.Word.Editor
Public Function Add (ByRef EditorID As Object) As Editor

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 that represents a group of users.

Returns

Applies to