Subdocuments.Merge(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 specified subdocuments of a master document into a single subdocument.
public void Merge (ref object FirstSubdocument, ref object LastSubdocument);
abstract member Merge : obj * obj -> unit
Public Sub Merge (Optional ByRef FirstSubdocument As Object, Optional ByRef LastSubdocument As Object)
Parameters
- FirstSubdocument
- Object
Optional Object. The path and file name of the original document you want to merge revisions with.
- LastSubdocument
- Object
Optional Object. The last subdocument in a range of subdocuments to be merged.