Compartir a través de


TextRange2.Item(Object) Método

Definición

Obtiene el intervalo de texto especificado por el número de índice del TextRange2 objeto .

public:
 Microsoft::Office::Core::TextRange2 ^ Item(System::Object ^ Index);
public Microsoft.Office.Core.TextRange2 Item (object Index);
abstract member Item : obj -> Microsoft.Office.Core.TextRange2
Public Function Item (Index As Object) As TextRange2

Parámetros

Index
Object

Número de índice del intervalo de texto.

Devoluciones

TextRange2

Se aplica a