IAutoFilter
ShowTopItem Property
|
True if the Top 10 AutoFilter shows the top items;
False if it shows the bottom 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 ShowTopItem { get; set; }
Property ShowTopItem As Boolean
Get
Set
property bool ShowTopItem {
bool get ();
void set (bool value);
}
abstract ShowTopItem : bool with get, set
Property Value
Type:
Boolean
See Also