次の方法で共有


TextRange2.Item(Object) メソッド

定義

オブジェクトからインデックス番号で指定されたテキストの範囲を TextRange2 取得します。

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

パラメーター

Index
Object

テキスト範囲のインデックス番号を指定します。

戻り値

TextRange2

適用対象