StoryRanges.Item[WdStoryType] Property

Definition

Returns a single story of a range or selection as a Range object.

public:
 property Microsoft::Office::Interop::Word::Range ^ default[Microsoft::Office::Interop::Word::WdStoryType] { Microsoft::Office::Interop::Word::Range ^ get(Microsoft::Office::Interop::Word::WdStoryType Index); };
public Microsoft.Office.Interop.Word.Range this[Microsoft.Office.Interop.Word.WdStoryType Index] { get; }
member this.Item(Microsoft.Office.Interop.Word.WdStoryType) : Microsoft.Office.Interop.Word.Range
Default Public ReadOnly Property Item(Index As WdStoryType) As Range

Parameters

Index
WdStoryType

Required WdStoryType. The specified story type. Can be one of these WdStoryType constants.wdCommentsStorywdEndnotesStorywdEvenPagesFooterStorywdEvenPagesHeaderStorywdFirstPageFooterStorywdFirstPageHeaderStorywdFootnotesStorywdMainTextStorywdPrimaryFooterStorywdPrimaryHeaderStorywdTextFrameStory

Property Value

Applies to