[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IAutoFilterOwner.CreateAutoFilter

CreateAutoFilter Method

CreateAutoFilter(Worksheet, int, int, int, int)

Creates the automatic filter.

Declaration
AutoFilter CreateAutoFilter(Worksheet worksheet, int row, int column, int row2, int column2)
Function CreateAutoFilter(worksheet As Worksheet, row As Integer, column As Integer, row2 As Integer, column2 As Integer) As AutoFilter
Parameters
Type Name Description
Worksheet worksheet
int row

An integer value indicates the top row index of cell range.

int column

An integer value indicates the left column index of cell range.

int row2

An integer value indicates the bottom row index of cell range.

int column2

An integer value indicates the right column index of cell range.

Returns
Type Description
AutoFilter

An AutoFilter object represents the created filter. null if the data is invalid.