public class Top10
Constructor Summary |
---|
Top10()
|
Property Getters/Setters Summary | ||
---|---|---|
boolean | isBottom() | |
void | setBottom(booleanvalue) | |
Get or set the flag indicating whether a "top/bottom n" rule is a "bottom n" rule. '1' indicates 'bottom'. Default value is false. | ||
boolean | isPercent() | |
void | setPercent(booleanvalue) | |
Get or set the flag indicating whether a "top/bottom n" rule is a "top/bottom n percent" rule. Default value is false. | ||
int | getRank() | |
void | setRank(intvalue) | |
Get 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. |
public boolean isPercent() / public void setPercent(boolean value)
public boolean isBottom() / public void setBottom(boolean value)
public int getRank() / public void setRank(int value)