[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IAutoFilterOwner

IAutoFilterOwner Interface

Represents an object which contains an AutoFilter.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IAutoFilterOwner
Public Interface IAutoFilterOwner

Properties

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.

Methods

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.