Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Boolean

Implements

IAutoFilter..::..IsFiltered

See Also