[]
Represents the default filtering of rows based on specified criteria.
public class DefaultFilterItem : BaseFilterItem, IFilterItem, ISerializeSupport, ISerializable, ICloneable
Public Class DefaultFilterItem
Inherits BaseFilterItem
Implements IFilterItem, ISerializeSupport, ISerializable, ICloneable
Name | Description |
---|---|
DefaultFilterItem() | Creates a default filter. |
DefaultFilterItem(SheetView) | Creates a default filter for the specified sheet. |
DefaultFilterItem(SerializationInfo, StreamingContext) | Initializes a new instance of the DefaultFilterItem class. |
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 of the filter. |
FilterByString | Gets or sets the string by which to filter. |
Name | Description |
---|---|
BlanksFilterItem(int) | Filters item for the specified column to filter in blanks (empty cells). |
Clone() | Creates a new object that is a copy of the current instance. |
Filter(int) | Filters the specified column of the sheet. |
GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
NonBlanksFilterItem(int) | Filters item for the specified column to filter in non-blanks (non-empty cells). |
ShowInDropDown(int, int[]) | Determines whether the filter item name should be displayed in the filter drop-down list. |