FilterColumn
ShowTopItem Property
 | 
Gets or sets a value indicating whether the top item should be shown based on the filter.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool ShowTopItem { get; set; }
 
Public Property ShowTopItem As Boolean
	Get
	Set
 
public:
virtual property bool ShowTopItem {
	bool get () sealed;
	void set (bool value) sealed;
}
 
abstract ShowTopItem : bool with get, set
override ShowTopItem : bool with get, set
 
 
 
Property Value
Type:
Boolean
true
if the top item should be shown; otherwise,
false
.
Implements
IAutoFilter
ShowTopItem
 
See Also