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
- WindowName
Type: System.Object
Return Value
Type: System.Boolean