DocumentSetMergeFile Method | |
Sets merge file for document
Namespace:
SIC.OpenDocumentFormat.MSWord
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public void SetMergeFile(
string pMergeFile
)
Public Sub SetMergeFile (
pMergeFile As String
)
Parameters
- pMergeFile
- Type: SystemString
Word merge file example C:\Work\TestAddresses.csv
See Also