PivotSelection.Extendable Property

Extendable.Represents the attribte in schema: extendable

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

Syntax

'Declaration
<SchemaAttrAttribute(, "extendable")> _
Public Property Extendable As BooleanValue
    Get
    Set
'Usage
Dim instance As PivotSelection
Dim value As BooleanValue

value = instance.Extendable

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PivotSelection Class

PivotSelection Members

DocumentFormat.OpenXml.Spreadsheet Namespace