Sdílet prostřednictvím


PivotField.ShowAll Property

Show All Items.Represents the attribte in schema: showAll

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showAll")> _
Public Property ShowAll As BooleanValue
    Get
    Set
'Usage
Dim instance As PivotField
Dim value As BooleanValue

value = instance.ShowAll

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PivotField Class

PivotField Members

DocumentFormat.OpenXml.Spreadsheet Namespace