Property Getters/Setters Summary | ||
---|---|---|
function | getFormula() | |
function | setFormula(value) | |
Gets and sets the formula of the list column. | ||
function | getName() | |
function | setName(value) | |
Gets and sets the name of the column. | ||
function | getRange() | |
Gets the range of this list column.
|
||
function | getTotalsCalculation() | |
function | 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. | ||
function | getTotalsRowLabel() | |
function | setTotalsRowLabel(value) | |
Gets and sets the display labels of total row. |
Method Summary | ||
---|---|---|
function | getCustomCalculatedFormula(isR1C1, isLocal) | |
Gets the formula of this list column.
|
||
function | getCustomTotalsRowFormula(isR1C1, isLocal) | |
Gets the formula of totals row of this list column.
|
||
function | getDataStyle() | |
Gets the style of the data in this column of the table.
|
||
function | setCustomCalculatedFormula(formula, isR1C1, isLocal) | |
Sets the formula for this list column.
|
||
function | setCustomTotalsRowFormula(formula, isR1C1, isLocal) | |
Gets the formula of totals row of this list column.
|
||
function | setDataStyle(style) | |
Sets the style of the data in this column of the table.
|
function getName() / function setName(value)
function getTotalsCalculation() / function setTotalsCalculation(value)
function getRange()
function getFormula() / function setFormula(value)
function getTotalsRowLabel() / function setTotalsRowLabel(value)
function 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.function 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.function 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.function 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.function getDataStyle()
function setDataStyle(style)