PivotSelection.Pane Property

Pane.Represents the attribte in schema: pane

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

Syntax

'Declaration
<SchemaAttrAttribute(, "pane")> _
Public Property Pane As EnumValue(Of PaneValues)
    Get
    Set
'Usage
Dim instance As PivotSelection
Dim value As EnumValue(Of PaneValues)

value = instance.Pane

instance.Pane = value
[SchemaAttrAttribute(, "pane")]
public EnumValue<PaneValues> Pane { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<PaneValues>
Returns EnumValue<T>.

See Also

Reference

PivotSelection Class

PivotSelection Members

DocumentFormat.OpenXml.Spreadsheet Namespace