Aspose::Words::MailMerging::MappedDataFieldCollection::Add method
MappedDataFieldCollection::Add method
Adds a new field mapping.
void Aspose::Words::MailMerging::MappedDataFieldCollection::Add(const System::String &documentFieldName, const System::String &dataSourceFieldName)
Parameter | Type | Description |
---|---|---|
documentFieldName | const System::String& | Case-sensitive name of the mail merge field in the document. |
dataSourceFieldName | const System::String& | Case-sensitive name of the field in the data source. |
See Also
- Class MappedDataFieldCollection
- Namespace Aspose::Words::MailMerging
- Library Aspose.Words for C++