FilterColumn
IsFiltered Property
|
False indicates that this autofilter was not used; otherwise True.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsFiltered { get; }
Public ReadOnly Property IsFiltered As Boolean
Get
public:
virtual property bool IsFiltered {
bool get () sealed;
}
abstract IsFiltered : bool with get
override IsFiltered : bool with get
Property Value
Type:
Boolean
Implements
IAutoFilter
IsFiltered
See Also