PivotTableDefinition.FillDownLabelsDefault Property

fillDownLabelsDefault.Represents the attribte in schema: fillDownLabelsDefault

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "fillDownLabelsDefault")> _
Public Property FillDownLabelsDefault As BooleanValue
    Get
    Set
'Usage
Dim instance As PivotTableDefinition
Dim value As BooleanValue

value = instance.FillDownLabelsDefault

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

PivotTableDefinition Class

PivotTableDefinition Members

DocumentFormat.OpenXml.Office2010.Excel Namespace