Editors.Item(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 a Editor object that represents a specific user or a group of users who have been given permission to edit a portion of a document.
public:
Microsoft::Office::Interop::Word::Editor ^ Item(System::Object ^ % Index);
public Microsoft.Office.Interop.Word.Editor Item (ref object Index);
abstract member Item : obj -> Microsoft.Office.Interop.Word.Editor
Public Function Item (ByRef Index As Object) As Editor
Parameters
- Index
- Object
Required 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.