Selection.Editors Property

Returns a Editors object that represents all the users authorized to modify a selection within a document.

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

Syntax

'Declaration
ReadOnly Property Editors As Editors
    Get
'Usage
Dim instance As Selection
Dim value As Editors

value = instance.Editors
Editors Editors { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Editors

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace