Windows.CompareSideBySideWith Method
Opens two windows in side-by-side mode.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function CompareSideBySideWith ( _
WindowName As Object _
) As Boolean
'Usage
Dim instance As Windows
Dim WindowName As Object
Dim returnValue As Boolean
returnValue = instance.CompareSideBySideWith(WindowName)
bool CompareSideBySideWith(
Object WindowName
)
Parameters
WindowName
Type: System.ObjectThe name of a window to open.
Return Value
Type: System.Boolean
Remarks
You cannot use the CompareSideBySideWith method with the _Application object or the ActiveWorkbook property.