[]
Creates a new Top10Filter instance with customized settings.
public Top10FilterItem(bool descending, int number, bool isPercent)
Public Sub New(descending As Boolean, number As Integer, isPercent As Boolean)
| Type | Name | Description |
|---|---|---|
| bool | descending | A boolean value that indicates whether items are filtered in descending order |
| int | number | An integer value that indicates the minimum number of items to be filtered |
| bool | isPercent | A boolean value that indicates whether items are filtered by percentage or item |