Property Getters/Setters Summary | ||
---|---|---|
method | getFormula() | |
method | setFormula(value) | |
Gets and sets the formula of the list column. | ||
method | getName() | |
method | setName(value) | |
Gets and sets the name of the column. | ||
method | getRange() | |
Gets the range of this list column.
|
||
method | getTotalsCalculation() | |
method | setTotalsCalculation(value) | |
Gets and sets the type of calculation in the Totals row of the list column. The value of the property is TotalsCalculation integer constant. | ||
method | getTotalsRowLabel() | |
method | setTotalsRowLabel(value) | |
Gets and sets the display labels of total row. |
Method Summary | ||
---|---|---|
method | getCustomCalculatedFormula(isR1C1, isLocal) | |
Gets the formula of this list column.
|
||
method | getCustomTotalsRowFormula(isR1C1, isLocal) | |
Gets the formula of totals row of this list column.
|
||
method | getDataStyle() | |
Gets the style of the data in this column of the table.
|
||
method | setCustomCalculatedFormula(formula, isR1C1, isLocal) | |
Sets the formula for this list column.
|
||
method | setCustomTotalsRowFormula(formula, isR1C1, isLocal) | |
Gets the formula of totals row of this list column.
|
||
method | setDataStyle(style) | |
Sets the style of the data in this column of the table.
|
String getName() / setName(value)
int getTotalsCalculation() / setTotalsCalculation(value)
String getFormula() / setFormula(value)
String getTotalsRowLabel() / setTotalsRowLabel(value)
String getCustomTotalsRowFormula(isR1C1, isLocal)
isR1C1: boolean
- Whether the formula needs to be formatted as R1C1.isLocal: boolean
- Whether the formula needs to be formatted by locale.setCustomTotalsRowFormula(formula, isR1C1, isLocal)
formula: String
- the formula for this list column.isR1C1: boolean
- Whether the formula needs to be formatted as R1C1.isLocal: boolean
- Whether the formula needs to be formatted by locale.String getCustomCalculatedFormula(isR1C1, isLocal)
isR1C1: boolean
- Whether the formula needs to be formatted as R1C1.isLocal: boolean
- Whether the formula needs to be formatted by locale.setCustomCalculatedFormula(formula, isR1C1, isLocal)
formula: String
- the formula for this list column.isR1C1: boolean
- Whether the formula needs to be formatted as R1C1.isLocal: boolean
- Whether the formula needs to be formatted by locale.Style getDataStyle()
setDataStyle(style)