Editors.Item(Object) Method

Definition

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.

Returns

Applies to