topbottom-ag凯发旗舰厅
com.spire.xls.core.spreadsheet.conditionalformatting
class topbottom
java.lang.object
com.spire.xls.core.spreadsheet.conditionalformatting.topbottom
public class topbottom
- extends java.lang.object
describe the topbottom conditional formatting rule.
this conditional formatting rule highlights cells whose
values fall in the top n or bottom n bracket, as specified.
topbottom
public topbottom( t)
getrank
public int getrank()
- get or set the value of "n" in a "top/bottom n" conditional formatting rule.
if toppercent or bottompercent, the value must between 0 and 100.
otherwise it must between 0 and 1000.
default value is 10.
setrank
public void setrank(int value)
- get or set the value of "n" in a "top/bottom n" conditional formatting rule.
if toppercent or bottompercent, the value must between 0 and 100.
otherwise it must between 0 and 1000.
default value is 10.
gettype
public topbottomtype gettype()
settype
public void settype(topbottomtype value)