[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IconFilterItem

IconFilterItem Class

Provides an IconFilter class to filter cells using an icon specified in the filter criteria.

Inheritance
IconFilterItem
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class IconFilterItem : BaseFilterItem, ISerializeSupport, ISortedFilterItem, IFilterItem
Public Class IconFilterItem
    Inherits BaseFilterItem
    Implements ISerializeSupport, ISortedFilterItem, IFilterItem

Constructors

Name Description
IconFilterItem(ConditionalFormattingIcon)

Initializes a new instance of the IconFilterItem class.

Properties

Name Description
DisplayAtTopOfList

Gets or sets whether the display name is added to the top of the filter drop-down list.

DisplayName

Gets the display name of the filter.

Icon

Gets or sets the icon used to filter.

SheetView

Sets the sheet to filter.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the object from XML.

Filter(int)

Filters the specified column of the sheet.

Serialize(XmlTextWriter)

Saves the object to XML.

ShowInDropDown(int, int[])

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