Top10 Class

Top10 class

Describe the Top10 conditional formatting rule.This conditional formatting rule highlights cells whosevalues fall in the top N or bottom N bracket, as specified.


type Top10 struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewTop10Default constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsPercentGet or set whether a “top/bottom n” rule is a “top/bottom n percent” rule.Default value is false.
SetIsPercentGet or set whether a “top/bottom n” rule is a “top/bottom n percent” rule.Default value is false.
IsBottomGet or set whether a “top/bottom n” rule is a “bottom n” rule.Default value is false.
SetIsBottomGet or set whether a “top/bottom n” rule is a “bottom n” rule.Default value is false.
GetRankGet or set the value of “n” in a “top/bottom n” conditional formatting rule.If IsPercent is true, the value must between 0 and 100.Otherwise it must between 0 and 1000.Default value is 10.
SetRankGet or set the value of “n” in a “top/bottom n” conditional formatting rule.If IsPercent is true, the value must between 0 and 100.Otherwise it must between 0 and 1000.Default value is 10.