Share via


Windows.SyncScrollingSideBySide Property

True enables scrolling the contents of windows at the same time when documents are being compared side by side. False disables scrolling the windows at the same time.

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

Syntax

'Declaration
Property SyncScrollingSideBySide As Boolean
    Get
    Set
'Usage
Dim instance As Windows
Dim value As Boolean

value = instance.SyncScrollingSideBySide

instance.SyncScrollingSideBySide = value
bool SyncScrollingSideBySide { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Windows Interface

Windows Members

Microsoft.Office.Interop.Excel Namespace