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