[]
Represents a user specified filter item.
public class UserSpecifiedFilterItem : DefaultFilterItem, IFilterItem, ISerializeSupport, ISerializable, ICloneable
Public Class UserSpecifiedFilterItem
Inherits DefaultFilterItem
Implements IFilterItem, ISerializeSupport, ISerializable, ICloneable
This class is used to add a custom filter item when SheetView.AutoFilterColumn is called with a string that is not present in the column, and -1 is the list item index.
Name | Description |
---|---|
UserSpecifiedFilterItem(SheetView, string) | Creates a new instance of the UserSpecifiedFilterItem object. |
Name | Description |
---|---|
DisplayName | Gets the display name for the filter item. |
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |
ShowInDropDown(int, int[]) | Returns whether the item should be shown in the drop-down list. |