Editor Interface

Represents a single user who has been given specific permissions to edit portions of a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("DD947D72-F33C-4198-9BDF-F86181D05E41")> _
Public Interface Editor
'Usage
Dim instance As Editor
[GuidAttribute("DD947D72-F33C-4198-9BDF-F86181D05E41")]
public interface Editor

Remarks

Users who can be given permissions include individual contributors and groups of users as defined for Document Workspace sites.

The permissions you assign to ranges and selections go into effect only after a document is protected. Use the Editors collection and the Editor object to assign specific permissions to sections of a document. Then use the Protect method to protect the document.

Use the Add method of the Editors collection to give a specified user or group permission to modify a range or selection within a document.

See Also

Reference

Editor Members

Microsoft.Office.Interop.Word Namespace