Windows.CompareSideBySideWith(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.
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.