PivotField.Compact Property

Definition

Compact

Represents the following attribute in the schema: compact

[DocumentFormat.OpenXml.SchemaAttr(0, "compact")]
public DocumentFormat.OpenXml.BooleanValue Compact { get; set; }
public DocumentFormat.OpenXml.BooleanValue Compact { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "compact")]
public DocumentFormat.OpenXml.BooleanValue? Compact { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("compact")]
public DocumentFormat.OpenXml.BooleanValue? Compact { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Compact { get; set; }
member this.Compact : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "compact")>]
member this.Compact : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("compact")>]
member this.Compact : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Compact As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to