Top10Filter Class
Contents
[
Hide
]Top10Filter class
Represents the top N (percent or number of items) to filter by.
type Top10Filter struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewTop10Filter | Constructs from an Object convertible to this. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| ToObject | Gets the Object. |
| IsTop | Indicates whether or not to filter by top order |
| SetIsTop | Indicates whether or not to filter by top order |
| IsPercent | Indicates whether or not to filter by percent value of the column |
| SetIsPercent | Indicates whether or not to filter by percent value of the column |
| GetItems | Gets and sets top or bottom value to use as the filter criteria. |
| SetItems | Gets and sets top or bottom value to use as the filter criteria. |