Protection.AllowUsingPivotTables Property

Definition

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.

Applies to