Windows.CompareSideBySideWith(Object) Method

Definition

Opens two windows in side-by-side mode.

public:
 bool CompareSideBySideWith(System::Object ^ WindowName);
public bool CompareSideBySideWith (object WindowName);
Public Function CompareSideBySideWith (WindowName As Object) As Boolean

Parameters

WindowName
Object

The name of a window to open.

Returns

Remarks

You cannot use the CompareSideBySideWith method with the _Application object or the ActiveWorkbook property.

Applies to