topbottom-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.conditionalformatting
class topbottom

java.lang.object
  extended by 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.


constructor summary
topbottom( t)
           
 
method summary
 int getrank()
          get or set the value of "n" in a "top/bottom n" conditional formatting rule.
 topbottomtype gettype()
           
 void setrank(int value)
          get or set the value of "n" in a "top/bottom n" conditional formatting rule.
 void settype(topbottomtype value)
           
 
constructor detail

topbottom

public topbottom( t)
method detail

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)


网站地图