StoryRanges.Item Method
Word Developer Reference |
Returns a single story of a range or selection as a Range object.
Syntax
expression.Item(Index)
expression Required. A variable that represents a StoryRanges collection.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | WdStoryType | The specified story type. |
Return Value
Range
See Also