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