Workbook.SharedWorkspace Property

Definition

Gets a Microsoft.Office.Core.SharedWorkspace that represents the Document Workspace in which the workbook is located.

public:
 property Microsoft::Office::Core::SharedWorkspace ^ SharedWorkspace { Microsoft::Office::Core::SharedWorkspace ^ get(); };
public Microsoft.Office.Core.SharedWorkspace SharedWorkspace { get; }
member this.SharedWorkspace : Microsoft.Office.Core.SharedWorkspace
Public ReadOnly Property SharedWorkspace As SharedWorkspace

Property Value

A Microsoft.Office.Core.SharedWorkspace that represents the Document Workspace in which the workbook is located.

Applies to