Editors.Item(Object) 方法

定义

返回一个 Editor 对象,该对象表示特定用户或已获得编辑文档部分权限的用户组。

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

参数

Index
Object

必需的 对象。 可以是表示用户电子邮件别名的 字符串 ((如果位于同一域) 中),可以是电子邮件地址,也可以是 WdEditorType 表示一组用户的常量。

返回

适用于