Click or drag to resize

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; }

Property Value

Type: Boolean
true if the top item should be shown; otherwise, false .

Implements

IAutoFilter ShowTopItem
See Also