次の方法で共有


MailMerge.State プロパティ

定義

差し込み印刷操作の現在の状態を返します。

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

プロパティ値

注釈

State プロパティには、次WdMailMergeStateのいずれかの定数を指定できます。

wdDataSource

wdMainAndDataSource

wdMainAndHeader

wdMainAndSourceAndHeader

wdMainDocumentOnly

wdNormalDocument

適用対象