Editor.NextRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.