ConditionalFormatting.Pivot Property
pivot.Represents the attribte in schema: pivot
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "pivot")> _
Public Property Pivot As BooleanValue
Get
Set
'Usage
Dim instance As ConditionalFormatting
Dim value As BooleanValue
value = instance.Pivot
instance.Pivot = value
[SchemaAttrAttribute(, "pivot")]
public BooleanValue Pivot { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue