[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IFilterItem

IFilterItem Interface

Interface that supports the creation of custom row filters for filtering rows on a sheet.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IFilterItem
Public Interface IFilterItem

Properties

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.

Methods

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.

OSZAR »