Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Item ( _
ByRef Index As Object _
) As Editor
'Usage
Dim instance As Editors
Dim Index As Object
Dim returnValue As Editor
returnValue = instance(Index)
Editor Item(
ref Object Index
)
Parameters
- Index
Type: System.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.
Return Value
Type: Microsoft.Office.Interop.Word.Editor