[]
        
(Showing Draft Content)

FarPoint.Web.Spread.BaseFilterItem.ShowInDropDown

ShowInDropDown Method

ShowInDropDown(int, int[])

Determines whether the name is displayed in the filter drop-down list.

Declaration
public virtual bool ShowInDropDown(int columnIndex, int[] filteredInRowList)
Public Overridable Function ShowInDropDown(columnIndex As Integer, filteredInRowList As Integer()) As Boolean
Parameters
Type Name Description
int columnIndex

Column index

int[] filteredInRowList

List of rows filtered in

Returns
Type Description
bool
Implements