Static
$tStatic
nextGets or sets the type of the filter. TopValues or BottomValues to filter in the top or bottom N value in the list of sorted values; TopPercentage or BottomPercentage to filter in the top or bottom N percentage of values in the list of sorted values.
[[InvalidEnumArgumentException]] The value assign is not defined in the [[TopOrBottomFilterType]] enumeration.
[[value]]
Gets or sets the number or percentage of value of values which should be filtered in.
When [[type]] is TopValues or BottomValues, Value indicates the number of value which should be filtered in. When Type is TopPercentage or BottomPercentage, Value indicates percentage to filter in. For example, a Value of 15 and a Type of BottomPercentage will filter in the bottom 15 percent of values.
The number or percentage of items which should be filtered in.[[ArgumentOutOfRangeException]] The value assigned is less than 1 or greater than 500.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Represents a filter which can filter in cells in the upper or lower portion of the sorted values.
See