var instance = new GC.Spread.Sheets.Filter.RowFilterBase(range); var returnValue; // Type: any returnValue = instance.filterButtonVisible(col, value);
Parameters
- col
- The column index of the filter button.
- value
- Whether the filter button is displayed.
Return Value
No parameter
false
if all filter buttons are invisible; otherwise, true
. One parameter col false
if the specified column filter button is invisible; otherwise, true
. One parameter value GC.Spread.Sheets.Filter.RowFilterBase
sets all filter buttons to be visible(true)/invisible(false). Two parameters col,value GC.Spread.Sheets.Filter.RowFilterBase
sets the specified column filter button to be visible(true)/invisible(false).