| DocxDocumentMailMerge Method |
Esegue il mailmerge a partire dalla tabella lua.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax public void MailMerge(
IDictionary<string, Object> data
)
Public Sub MailMerge (
data As IDictionary(Of String, Object)
)
public:
void MailMerge(
IDictionary<String^, Object^>^ data
)
member MailMerge :
data : IDictionary<string, Object> -> unit
Parameters
- data
- Type: System.Collections.GenericIDictionaryString, Object
The data.
See Also