Editor.NextRange Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::Range ^ NextRange { Microsoft::Office::Interop::Word::Range ^ get(); };
public Microsoft.Office.Interop.Word.Range NextRange { get; }
member this.NextRange : Microsoft.Office.Interop.Word.Range
Public ReadOnly Property NextRange As Range

Property Value

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.

Applies to