Spread WPF 17
GrapeCity.Excel Namespace / IExcelFilterColumn Interface / ShowButton Property


In This Topic
    ShowButton Property (IExcelFilterColumn)
    In This Topic
    Flag indicating whether the filter button is visible
    Syntax
    'Declaration
     
    Property ShowButton As Boolean
    'Usage
     
    Dim instance As IExcelFilterColumn
    Dim value As Boolean
     
    instance.ShowButton = value
     
    value = instance.ShowButton
    bool ShowButton {get; set;}
    See Also