Search Results for

    Show / Hide Table of Contents

    XlsFile.HasAutoFilter Method

    Overloads

    • XlsFile.HasAutoFilter
    • XlsFile.HasAutoFilter(Int32, Int32)

    XlsFile.HasAutoFilter

    Returns true if the active sheet has any AutoFilter defined.

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override Boolean HasAutoFilter()

    See also

    • XlsFile

    XlsFile.HasAutoFilter(Int32, Int32)

    Returns true if a cell has an AutoFilter.

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override Boolean HasAutoFilter(Int32 row, Int32 col)

    Parameters

    <-> Parameter Type Description
    row Int32 Row of the cell we want to find out. (1 based)
    col Int32 Column of the cell we want to find out. (1 based)

    Returns

    True if the cell has an AutoFilter, false otherwise.

    See also

    • XlsFile
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com