GrapeCity.Xaml.Excel
ShowButton Property (ExcelFilterColumn)


GrapeCity.Excel Namespace > ExcelFilterColumn Class : ShowButton Property
Flag indicating whether the filter button is visible
Syntax
'Declaration
 
Public Property ShowButton As Boolean
'Usage
 
Dim instance As ExcelFilterColumn
Dim value As Boolean
 
instance.ShowButton = value
 
value = instance.ShowButton
public bool ShowButton {get; set;}
See Also

Reference

ExcelFilterColumn Class
ExcelFilterColumn Members