Top10Filter Class

Top10Filter class

Represents the top N (percent or number of items) to filter by.


type Top10Filter struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewTop10FilterConstructs from an Object convertible to this.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
ToObjectGets the Object.
IsTopIndicates whether or not to filter by top order
SetIsTopIndicates whether or not to filter by top order
IsPercentIndicates whether or not to filter by percent value of the column
SetIsPercentIndicates whether or not to filter by percent value of the column
GetItemsGets and sets top or bottom value to use as the filter criteria.
SetItemsGets and sets top or bottom value to use as the filter criteria.