Range.Editors Property
Returns an Editors object that represents all the users authorized to modify a selection or range 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 Range
Dim value As Editors
value = instance.Editors
Editors Editors { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Editors