WdEditorType Enumeration
Specifies a user or group of users for a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdEditorType
'Usage
Dim instance As WdEditorType
public enum WdEditorType
Members
Member name | Description | |
---|---|---|
wdEditorEveryone | Represents all users who open a document. | |
wdEditorOwners | Represents the Owners group for documents that use Information Rights Management. | |
wdEditorEditors | Represents the Editors group for documents that use Information Rights Management. | |
wdEditorCurrent | Represents the current user of the document. |