次の方法で共有


Envelope.Address プロパティ

定義

封筒の配送先住所を Range オブジェクトとして返します。

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

プロパティ値

注釈

指定したドキュメントに封筒が追加されていない場合に、このプロパティを使用するとエラーが発生します。

適用対象