FilterColumn.HiddenButton 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.
Hidden AutoFilter Button
Represents the following attribute in the schema: hiddenButton
[DocumentFormat.OpenXml.SchemaAttr(0, "hiddenButton")]
public DocumentFormat.OpenXml.BooleanValue HiddenButton { get; set; }public DocumentFormat.OpenXml.BooleanValue HiddenButton { get; set; }[DocumentFormat.OpenXml.SchemaAttr(0, "hiddenButton")]
public DocumentFormat.OpenXml.BooleanValue? HiddenButton { get; set; }[DocumentFormat.OpenXml.SchemaAttr("hiddenButton")]
public DocumentFormat.OpenXml.BooleanValue? HiddenButton { get; set; }public DocumentFormat.OpenXml.BooleanValue? HiddenButton { get; set; }member this.HiddenButton : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr(0, "hiddenButton")>]
member this.HiddenButton : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr("hiddenButton")>]
member this.HiddenButton : DocumentFormat.OpenXml.BooleanValue with get, setPublic Property HiddenButton As BooleanValueProperty Value
Returns BooleanValue.
- Attributes