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 IsTop10Items { get; set; }
Public Property IsTop10Items As Boolean
	Get
	Set
public:
virtual property bool IsTop10Items {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract IsTop10Items : bool with get, set
override IsTop10Items : bool with get, set

Property Value

Boolean

Implements

IAutoFilter..::..IsTop10Items

See Also