MailMergeFieldName インターフェイス

定義

データ ファイルの差し込み印刷フィールド名を表します。

public interface class MailMergeFieldName
[System.Runtime.InteropServices.Guid("0002091B-0000-0000-C000-000000000046")]
public interface MailMergeFieldName
type MailMergeFieldName = interface
Public Interface MailMergeFieldName
属性

注釈

MailMergeFieldName オブジェクトは、コレクションのMailMergeFieldNamesメンバーです。 MailMergeFieldNames コレクションには、差し込みデータ ファイルのすべてのデータ フィールド名が含まれます。

1 つの MailMergeFieldName オブジェクトを返すには、FieldNames(index) を使用します。ここでindexインデックス番号を指定します。 インデックス番号は、差し込みデータ ファイルでのフィールドの位置を表します。

MailMergeFieldNames コレクションにフィールドを追加することはできません。 データ ファイルのフィールド名は自動的に MailMergeFieldNames コレクションに追加されます。

プロパティ

Application

Application Microsoft Word アプリケーションを表す オブジェクトを返します。

Creator

指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。

Index

コレクション内の項目の位置を表す整数型 ( Integer) の値を取得します。

Name

指定したオブジェクトの名前を設定または返します。

Parent

指定されたオブジェクトの親オブジェクトを表すオブジェクトを取得します。

適用対象