TableStyle.Pivot Property

Pivot Style.Represents the attribte in schema: pivot

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

Syntax

'Declaration
<SchemaAttrAttribute(, "pivot")> _
Public Property Pivot As BooleanValue
    Get
    Set
'Usage
Dim instance As TableStyle
Dim value As BooleanValue

value = instance.Pivot

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

TableStyle Class

TableStyle Members

DocumentFormat.OpenXml.Spreadsheet Namespace