IWindows.CompareSideBySideWith Method

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 IWindows
Dim WindowName As Object
Dim returnValue As Boolean

returnValue = instance.CompareSideBySideWith(WindowName)
bool CompareSideBySideWith(
    Object WindowName
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

IWindows Interface

IWindows Members

Microsoft.Office.Interop.Excel Namespace