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