PivotCacheDefinition.SupportSubquery Property

Supports Subqueries.Represents the attribte in schema: supportSubquery

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

Syntax

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

value = instance.SupportSubquery

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace