_Document.Merge(String, Object, Object, Object, Object) Method

Definition

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.

Applies to