[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorksheet.AutoFilter

AutoFilter Property

AutoFilter

Gets an IAutoFilter object if filtering is on.

Declaration
IAutoFilter AutoFilter { get; }
ReadOnly Property AutoFilter As IAutoFilter
Property Value
Type Description
IAutoFilter

An IAutoFilter object represents the filter of this IWorksheet object.

Remarks

The property returns Nothing if filtering is off.

To create an IAutoFilter object for a worksheet, you must turn auto-filtering on for a range on the worksheet either manually or using the AutoFilter(bool, bool) method of the IRange object.