StoryRanges Interface

A collection of Range objects that represent stories in a document.

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

Syntax

'Declaration
<GuidAttribute("0002098C-0000-0000-C000-000000000046")> _
Public Interface StoryRanges _
    Inherits IEnumerable
'Usage
Dim instance As StoryRanges
[GuidAttribute("0002098C-0000-0000-C000-000000000046")]
public interface StoryRanges : IEnumerable

Remarks

Use the StoryRanges property to return the StoryRanges collection.

The Add method isn't available for the StoryRanges collection. The number of stories in the StoryRanges collection is finite.

Use StoryRanges(index), where index is a WdStoryType constant, to return a single story as a Range object.

If you attempt to return a story that isn't available in the specified document, an error occurs.

Use the NextStoryRange property to loop through all stories in a document.

See Also

Reference

StoryRanges Members

Microsoft.Office.Interop.Word Namespace