Protection.AllowUsingPivotTables 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.
Returns True if the user is allowed to manipulate pivot tables on a protected worksheet.
public:
property bool AllowUsingPivotTables { bool get(); };
public bool AllowUsingPivotTables { get; }
Public ReadOnly Property AllowUsingPivotTables As Boolean
Property Value
Remarks
The AllowUsingPivotTables property applies to non-OLAP source data.
The AllowUsingPivotTables property can be set by using the Protect(Object, Object, Object) method arguments.