PivotCacheDefinition.SupportAdvancedDrill Property

Supports Attribute Drilldown.Represents the attribte in schema: supportAdvancedDrill

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

Syntax

'Declaration
<SchemaAttrAttribute(, "supportAdvancedDrill")> _
Public Property SupportAdvancedDrill As BooleanValue
    Get
    Set
'Usage
Dim instance As PivotCacheDefinition
Dim value As BooleanValue

value = instance.SupportAdvancedDrill

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace