TextRange2.Item Method
Gets the range of text specified by the index number from the TextRange2 object.
Syntax
expression.Item(Index)
expression An expression that returns a TextRange2 object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Index | Required | Variant | The index number of the text range. |
Return Value
TextRange2