[]
        
Interface that supports the creation of custom row filters for filtering rows on a sheet.
public interface IFilterItemPublic Interface IFilterItem| Name | Description | 
|---|---|
| DisplayAtTopOfList | Gets whether the display name should be added to the top of the filter drop-down list. | 
| DisplayName | Gets the display name. | 
| SheetView | Sets the sheet to filter. | 
| Name | Description | 
|---|---|
| Filter(int) | Selects a filter from the filter drop-down list. | 
| ShowInDropDown(int, int[]) | Determines whether this filter should be displayed in the filter drop-down list based on the currently filtered-in rows. |