|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
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 |
---|
java.lang.string getname()
void setname(java.lang.string value)
int getindex()
exceltotalscalculation gettotalscalculation()
void settotalscalculation(exceltotalscalculation totalscalculation)
java.lang.string gettotalsrowlabel()
void settotalsrowlabel(java.lang.string totalsrowlabel)
java.lang.string getcalculatedformula()
void setcalculatedformula(java.lang.string value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |