Workbook.Permission Property

Definition

Gets a Microsoft.Office.Core.Permission object that represents the permission settings in the workbook.

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

Property Value

A Microsoft.Office.Core.Permission object that represents the permission settings in the workbook.

Applies to