Top10Filter
Contents
[
Hide
]Top10Filter class
Represents the top N (percent or number of items) to filter by.
class Top10Filter;
Constructors
| Name | Description |
|---|---|
| constructor(VObject) | Constructs from a VObject convertible to this. |
Properties
| Property | Type | Description |
|---|---|---|
| isTop | boolean | Indicates whether or not to filter by top order |
| isPercent | boolean | Indicates whether or not to filter by percent value of the column |
| items | number | Gets and sets top or bottom value to use as the filter criteria. |
| criteria | VObject | The actual cell value in the range which is used to perform the comparison for this filter. This is the cache value during the refresh process. |
Methods
| Method | Description |
|---|---|
| toVObject() | Gets the VObject. |
constructor(VObject)
Constructs from a VObject convertible to this.
constructor(vobj: VObject);
Parameters:
| Parameter | Type | Description |
|---|---|---|
| vobj | VObject | The vobject. |
isTop
Indicates whether or not to filter by top order
isTop : boolean;
isPercent
Indicates whether or not to filter by percent value of the column
isPercent : boolean;
items
Gets and sets top or bottom value to use as the filter criteria.
items : number;
criteria
The actual cell value in the range which is used to perform the comparison for this filter. This is the cache value during the refresh process.
criteria : VObject;
Remarks
NOTE: This member is now obsolete. Instead,please ignore this property. This property will be removed 12 months later since October 2025. Aspose apologizes for any inconvenience you may have experienced.
toVObject()
Gets the VObject.
toVObject() : VObject;