Windows.CompareSideBySideWith(Object) Method

Definition

Opens two windows in side-by-side mode.

public:
 bool CompareSideBySideWith(System::Object ^ % Document);
public bool CompareSideBySideWith (ref object Document);
abstract member CompareSideBySideWith : obj -> bool
Public Function CompareSideBySideWith (ByRef Document As Object) As Boolean

Parameters

Document
Object

Required Object. The document to view in side-by-side windows.

Returns

Remarks

You cannot use the CompareSideBySideWith method with the Application object or the ActiveDocument property.

Applies to