_Workbook.Sync Property

Returns a Sync object that provides access to the methods and properties for documents that are part of a Document Workspace.

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

Syntax

'Declaration
ReadOnly Property Sync As Sync
    Get
'Usage
Dim instance As _Workbook
Dim value As Sync

value = instance.Sync
Sync Sync { get; }

Property Value

Type: Microsoft.Office.Core.Sync

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace