Editor.NextRange Property

Returns a Range object that represents the next range for which a user has permissions to modify.

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

Syntax

'Declaration
ReadOnly Property NextRange As Range
    Get
'Usage
Dim instance As Editor
Dim value As Range

value = instance.NextRange
Range NextRange { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range

Remarks

You can also use the GoToEditableRange method of the Range or Selection object to return the next range for which a user has permission to modify.

See Also

Reference

Editor Interface

Editor Members

Microsoft.Office.Interop.Word Namespace