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