[]
Represents an object which contains an AutoFilter.
public interface IAutoFilterOwner
Public Interface IAutoFilterOwner
Name | Description |
---|---|
AutoFilter | Getsthe autoFilter object. |
DefaultSortHeader | Gets a value indicating whether the first row contains header information. |
ShowDropDownButton | Gets a value indicating whether the filter drop down button is shown. AutoFilter in table has this property. |
Worksheet | Gets the worksheet which contains this IAutoFilterOwner object. |
Name | Description |
---|---|
CreateAutoFilter(Worksheet, int, int, int, int) | Creates the automatic filter. |
NotifyFilterButtonHiddenChanged(bool) | Notifies the filter button hidden has been changed. |
OnAutoFilterChanged(int, int, int) | |
RemoveFilter() | Removes the filter from the current object. |