[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UserSpecifiedFilterItem.ShowInDropDown

ShowInDropDown Method

ShowInDropDown(int, int[])

Returns whether the item should be shown in the drop-down list.

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

The integer

int[] filteredInRowList

int[]

Returns
Type Description
bool

True if the item should be shown; otherwise, false.

Overrides