_Workbook.Permission Property
Returns a Permission object that represents the permission settings in the specified workbook.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Permission As Permission
Get
'Usage
Dim instance As _Workbook
Dim value As Permission
value = instance.Permission
Permission Permission { get; }
Property Value
Type: Microsoft.Office.Core.Permission