Editors.Add(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.
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.