| 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. | ||
| Method Summary | ||
|---|---|---|
function | getCustomCalculatedFormula(isR1C1, isLocal) | |
| Gets the formula of this list column. | ||
function | setCustomCalculatedFormula(formula, isR1C1, isLocal) | |
| Sets the formula for this list column. | ||
| Property Getters/Setters Detail |
|---|
getName/setName : String | |
function getName() / function setName(value) | |
getTotalsCalculation/setTotalsCalculation : Number | |
function getTotalsCalculation() / function setTotalsCalculation(value) | |
getRange : Range | |
function getRange() | |
getFormula/setFormula : String | |
function getFormula() / function setFormula(value) | |
| Method Detail |
|---|
getCustomCalculatedFormula | |
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.setCustomCalculatedFormula | |
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.