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)

Usage

Public Class toryRangesImplementation
    Implements StoryRanges
End Class
Dim toryRangesImplementation1 As New toryRangesImplementation()

Syntax

Public Interface StoryRanges
    Inherits IEnumerable
public interface StoryRanges : IEnumerable
public interface class StoryRanges : public IEnumerable
public interface StoryRanges implements IEnumerable
public interface StoryRanges implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

StoryRanges Members