PivotArea.LabelOnly Property

Labels Only.Represents the attribte in schema: labelOnly

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

Syntax

'Declaration
<SchemaAttrAttribute(, "labelOnly")> _
Public Property LabelOnly As BooleanValue
    Get
    Set
'Usage
Dim instance As PivotArea
Dim value As BooleanValue

value = instance.LabelOnly

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PivotArea Class

PivotArea Members

DocumentFormat.OpenXml.Spreadsheet Namespace