ilistobjectcolumn-ag凯发旗舰厅



com.spire.xls.core
interface ilistobjectcolumn


public interface ilistobjectcolumn

method summary
 java.lang.string getcalculatedformula()
          gets calculated formula value.
 int getindex()
          gets column index.
 java.lang.string getname()
          gets name of the column.
 exceltotalscalculation gettotalscalculation()
          gets function used for totals calculation.
 java.lang.string gettotalsrowlabel()
          gets label of the totals row.
 void setcalculatedformula(java.lang.string value)
          sets calculated formula value.
 void setname(java.lang.string value)
          sets name of the column.
 void settotalscalculation(exceltotalscalculation totalscalculation)
          sets function used for totals calculation.
 void settotalsrowlabel(java.lang.string totalsrowlabel)
          sets label of the totals row.
 
method detail

getname

java.lang.string getname()
gets name of the column.

setname

void setname(java.lang.string value)
sets name of the column.

getindex

int getindex()
gets column index.

gettotalscalculation

exceltotalscalculation gettotalscalculation()
gets function used for totals calculation.

settotalscalculation

void settotalscalculation(exceltotalscalculation totalscalculation)
sets function used for totals calculation.

gettotalsrowlabel

java.lang.string gettotalsrowlabel()
gets label of the totals row.

settotalsrowlabel

void settotalsrowlabel(java.lang.string totalsrowlabel)
sets label of the totals row.

getcalculatedformula

java.lang.string getcalculatedformula()
gets calculated formula value.

setcalculatedformula

void setcalculatedformula(java.lang.string value)
sets calculated formula value.


网站地图