Protection.AllowUsingPivotTables Property
Returns True if the user is allowed to manipulate pivot tables on a protected worksheet.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property AllowUsingPivotTables As Boolean
Get
'Usage
Dim instance As Protection
Dim value As Boolean
value = instance.AllowUsingPivotTables
bool AllowUsingPivotTables { get; }
Property Value
Type: System.Boolean
Remarks
The AllowUsingPivotTables property applies to non-OLAP source data.
The AllowUsingPivotTables property can be set by using the Protect method arguments.