Document.StoryRanges Property

Definition

Gets a StoryRanges collection that represents all the stories in the document.

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

Property Value

A StoryRanges collection that represents all the stories in the document.

Applies to