Range.NextStoryRange Property

Definition

Returns a Range object that refers to the next story as shown in the following table.

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

Property Value

Remarks

The following table shows what is returned by the NextStoryRange property:

wdMainTextStory, wdFootnotesStory, wdEndnotesStory, and wdCommentsStoryAlways returns Nothing.
wdTextFrameStory The story of the next set of linked text boxes.
wdEvenPagesHeaderStory, wdPrimaryHeaderStory, wdEvenPagesFooterStory, wdPrimaryFooterStory, wdFirstPageHeaderStory, wdFirstPageFooterStoryThe next section's story of the same type.

Applies to