IAutoFilter
IsTop10Items Property
 | 
True if the condition is a Top 10 AutoFilter. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
bool IsTop10Items { get; set; }
 
Property IsTop10Items As Boolean
	Get
	Set
 
property bool IsTop10Items {
	bool get ();
	void set (bool value);
}
 
abstract IsTop10Items : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also