Table of Contents

XlsFile.HasAutoFilter Method

Overloads

XlsFile.HasAutoFilter

Returns true if the active sheet has any AutoFilter defined.

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean HasAutoFilter()

See also

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