Share via


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

Return Value

Type: System.Boolean

Remarks

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

See Also

Reference

Windows Interface

Windows Members

Microsoft.Office.Interop.Excel Namespace