TextRange2.Item Method
Gets the range of text specified by the index number from the TextRange2 object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Item ( _
Index As Object _
) As TextRange2
'Usage
Dim instance As TextRange2
Dim Index As Object
Dim returnValue As TextRange2
returnValue = instance.Item(Index)
TextRange2 Item(
Object Index
)
Parameters
Index
Type: System.ObjectThe index number of the text range.
Return Value
Type: Microsoft.Office.Core.TextRange2
TextRange2