[]
Determines whether this filter should be displayed in the filter drop-down list based on the currently filtered-in rows.
bool ShowInDropDown(int columnIndex, int[] filteredInRowList)
Function ShowInDropDown(columnIndex As Integer, filteredInRowList As Integer()) As Boolean
Type | Name | Description |
---|---|---|
int | columnIndex | Column index |
int[] | filteredInRowList | List of rows filtered in |
Type | Description |
---|---|
bool |