Range.NextStoryRange 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 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 wdCommentsStory | Always returns Nothing. | |
wdTextFrameStory | The story of the next set of linked text boxes. | |
wdEvenPagesHeaderStory, wdPrimaryHeaderStory, wdEvenPagesFooterStory, wdPrimaryFooterStory, wdFirstPageHeaderStory, wdFirstPageFooterStory | The next section's story of the same type. |