PivotTableStyle.ShowColumnHeaders Property

Definition

Show Table Style Column Header Formatting

Represents the following attribute in the schema: showColHeaders

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

Property Value

Returns BooleanValue.

Attributes

Applies to