Workbook.SharedWorkspace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.