_Document.Merge(String, Object, Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Merges the changes marked with revision marks from one document to another.
public void Merge (string FileName, ref object MergeTarget, ref object DetectFormatChanges, ref object UseFormattingFrom, ref object AddToRecentFiles);
abstract member Merge : string * obj * obj * obj * obj -> unit
Public Sub Merge (FileName As String, Optional ByRef MergeTarget As Object, Optional ByRef DetectFormatChanges As Object, Optional ByRef UseFormattingFrom As Object, Optional ByRef AddToRecentFiles As Object)
Parameters
- FileName
- String
Required String.
- MergeTarget
- Object
Optional WdMergeTarget.
- DetectFormatChanges
- Object
Optional Boolean.
- UseFormattingFrom
- Object
Optional WdUseFormattingFrom.
- AddToRecentFiles
- Object
Optional Boolean.