FilterColumn
IsTop10Items Property
|
Highest-valued 10 items displayed
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 IsTop10Items { get; set; }
Public Property IsTop10Items As Boolean
Get
Set
public:
virtual property bool IsTop10Items {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsTop10Items : bool with get, set
override IsTop10Items : bool with get, set
Property Value
Type:
Boolean
Implements
IAutoFilter
IsTop10Items
See Also