_Document.StoryRanges Property
Returns a StoryRanges collection that represents all the stories in the specified document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property StoryRanges As StoryRanges
Get
'Usage
Dim instance As _Document
Dim value As StoryRanges
value = instance.StoryRanges
StoryRanges StoryRanges { get; }
Property Value
Type: Microsoft.Office.Interop.Word.StoryRanges