Range.NextStoryRange Property

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

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

Syntax

'Declaration
ReadOnly Property NextStoryRange As Range
    Get
'Usage
Dim instance As Range
Dim value As Range

value = instance.NextStoryRange
Range NextStoryRange { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range

Remarks

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

Story type

Item returned by the NextStoryRange method

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.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace