SheetProtection.PivotTables Property

Pivot Tables Locked.Represents the attribte in schema: pivotTables

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "pivotTables")> _
Public Property PivotTables As BooleanValue
    Get
    Set
'Usage
Dim instance As SheetProtection
Dim value As BooleanValue

value = instance.PivotTables

instance.PivotTables = value
[SchemaAttrAttribute(, "pivotTables")]
public BooleanValue PivotTables { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetProtection Class

SheetProtection Members

DocumentFormat.OpenXml.Spreadsheet Namespace