public class ListColumn
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getFormula() | |
void | setFormula(java.lang.Stringvalue) | |
Gets and sets the formula of the list column. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
Gets and sets the name of the column. | ||
Range | getRange() | |
Gets the range of this list column.
|
||
int | getTotalsCalculation() | |
void | setTotalsCalculation(intvalue) | |
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 | ||
---|---|---|
java.lang.String | getCustomCalculatedFormula(boolean isR1C1, boolean isLocal) | |
Gets the formula of this list column.
|
||
void | setCustomCalculatedFormula(java.lang.String formula, boolean isR1C1, boolean isLocal) | |
Sets the formula for this list column.
|
public java.lang.String getName() / public void setName(java.lang.String value)
public int getTotalsCalculation() / public void setTotalsCalculation(int value)
public Range getRange()
public java.lang.String getFormula() / public void setFormula(java.lang.String value)
public java.lang.String getCustomCalculatedFormula(boolean isR1C1, boolean isLocal)
isR1C1
- Whether the formula needs to be formatted as R1C1.isLocal
- Whether the formula needs to be formatted by locale.public void setCustomCalculatedFormula(java.lang.String formula, boolean isR1C1, boolean isLocal)
formula
- the formula for this list column.isR1C1
- Whether the formula needs to be formatted as R1C1.isLocal
- Whether the formula needs to be formatted by locale.