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