DocumentSettingsPart.AddMailMergeRecipientDataPart Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
AddMailMergeRecipientDataPart(MailMergeRecipientDataPartType) |
Добавляет MailMergeRecipientDataPart в DocumentSettingsPart |
AddMailMergeRecipientDataPart(String) |
Добавляет MailMergeRecipientDataPart в DocumentSettingsPart |
AddMailMergeRecipientDataPart(MailMergeRecipientDataPartType, String) |
Добавляет MailMergeRecipientDataPart в DocumentSettingsPart |
AddMailMergeRecipientDataPart(String, String) |
Добавляет MailMergeRecipientDataPart в DocumentSettingsPart |
AddMailMergeRecipientDataPart(MailMergeRecipientDataPartType)
Добавляет MailMergeRecipientDataPart в DocumentSettingsPart
public DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart AddMailMergeRecipientDataPart (DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType);
member this.AddMailMergeRecipientDataPart : DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart
Public Function AddMailMergeRecipientDataPart (partType As MailMergeRecipientDataPartType) As MailMergeRecipientDataPart
Параметры
- partType
- MailMergeRecipientDataPartType
Тип части MailMergeRecipientDataPart
Возвращаемое значение
Добавленная часть.
Применяется к
AddMailMergeRecipientDataPart(String)
Добавляет MailMergeRecipientDataPart в DocumentSettingsPart
public DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart AddMailMergeRecipientDataPart (string contentType);
member this.AddMailMergeRecipientDataPart : string -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart
Public Function AddMailMergeRecipientDataPart (contentType As String) As MailMergeRecipientDataPart
Параметры
- contentType
- String
Тип контента MailMergeRecipientDataPart
Возвращаемое значение
Добавленная часть.
Применяется к
AddMailMergeRecipientDataPart(MailMergeRecipientDataPartType, String)
Добавляет MailMergeRecipientDataPart в DocumentSettingsPart
public DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart AddMailMergeRecipientDataPart (DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType, string id);
member this.AddMailMergeRecipientDataPart : DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType * string -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart
Public Function AddMailMergeRecipientDataPart (partType As MailMergeRecipientDataPartType, id As String) As MailMergeRecipientDataPart
Параметры
- partType
- MailMergeRecipientDataPartType
Тип части MailMergeRecipientDataPart
- id
- String
Идентификатор связи
Возвращаемое значение
Добавленная часть.
Применяется к
AddMailMergeRecipientDataPart(String, String)
Добавляет MailMergeRecipientDataPart в DocumentSettingsPart
public DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart AddMailMergeRecipientDataPart (string contentType, string id);
member this.AddMailMergeRecipientDataPart : string * string -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart
Public Function AddMailMergeRecipientDataPart (contentType As String, id As String) As MailMergeRecipientDataPart
Параметры
- contentType
- String
Тип контента MailMergeRecipientDataPart
- id
- String
Идентификатор связи
Возвращаемое значение
Добавленная часть.