_Workbook.SharedWorkspace Property
Returns a SharedWorkspace object that represents the Document Workspace in which a specified document is located. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property SharedWorkspace As SharedWorkspace
Get
'Usage
Dim instance As _Workbook
Dim value As SharedWorkspace
value = instance.SharedWorkspace
SharedWorkspace SharedWorkspace { get; }
Property Value
Type: Microsoft.Office.Core.SharedWorkspace