FilterColumn.ShowButton Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Show Filter Button
Represents the following attribute in the schema: showButton
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; }
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
- Attributes