Table.Range プロパティ

定義

指定したオブジェクトに Range 含まれるドキュメントの部分を表す オブジェクトを返します。

public:
 property Microsoft::Office::Interop::Word::Range ^ default { Microsoft::Office::Interop::Word::Range ^ get(); };
public Microsoft.Office.Interop.Word.Range this { get; }
member this.Range : Microsoft.Office.Interop.Word.Range
Default Public ReadOnly Property Range As Range

プロパティ値

注釈

ドキュメントから範囲を返すか、図形のコレクションから図形範囲を返す方法については、 メソッドを Range(Object, Object) 参照してください。

適用対象