Editors.Item Method
Word Developer Reference |
Returns an Editor object that represents a specific user or a group of users who have been given permission to edit a portion of a document.
Syntax
expression.Item(Index)
expression Required. A variable that represents an Editors collection.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | Variant | 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. |
Return Value
Editor
See Also