FilterColumn.ShowButton Property

Definition

Show Filter Button

Represents the following attribute in the schema: showButton

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

Property Value

Returns BooleanValue.

Attributes

Applies to