Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / autoFilter Method / autoFilter(boolean) Method
Indicates whether the first row of the selection area participates in filtering.When set to true, the behavior is consistent with SpreadJS; when false, it is consistent with Microsoft Excel.
In This Topic
    autoFilter(boolean) Method
    In This Topic
    Filters a list using the AutoFilter.
    Add a filter with no condition if there's no filter in the sheet.
    Or show all the data in the first column of the filter.
    Syntax
    void autoFilter( 
       boolean isFirstRowData
    )

    Parameters

    isFirstRowData
    Indicates whether the first row of the selection area participates in filtering.When set to true, the behavior is consistent with SpreadJS; when false, it is consistent with Microsoft Excel.
    See Also