Windows.CompareSideBySideWith Method

Opens two windows in side-by-side mode.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function CompareSideBySideWith ( _
    ByRef Document As Object _
) As Boolean
'Usage
Dim instance As Windows
Dim Document As Object
Dim returnValue As Boolean

returnValue = instance.CompareSideBySideWith(Document)
bool CompareSideBySideWith(
    ref Object Document
)

Parameters

  • Document
    Type: System.Object%
    Required Object. The document to view in side-by-side windows.

Return Value

Type: System.Boolean

Remarks

You cannot use the CompareSideBySideWith method with the Application object or the ActiveDocument property.

See Also

Reference

Windows Interface

Windows Members

Microsoft.Office.Interop.Word Namespace