All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.ListColumn.html Maven / Gradle / Ivy






ListColumn




com.aspose.cells
Class ListColumn

java.lang.Object
    extended by com.aspose.cells.ListColumn

public class ListColumn 
extends java.lang.Object

Represents a column in a list.


Property Getters/Setters Summary
java.lang.StringgetFormula()
voidsetFormula(java.lang.String)
           Gets and sets the formula of the list column.
java.lang.StringgetName()
voidsetName(java.lang.String)
           Gets and sets the name of the column.
RangegetRange()
           Gets the range of this list column.
intgetTotalsCalculation()
voidsetTotalsCalculation(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.StringgetCustomCalculatedFormula(boolean isR1C1, boolean isLocal)
           Gets the formula of this list column.
java.lang.StringgetCustomTotalsRowFormula(boolean isR1C1, boolean isLocal)
           Gets the formula of totals row of this list column.
voidsetCustomCalculatedFormula(java.lang.String formula, boolean isR1C1, boolean isLocal)
           Sets the formula for this list column.
voidsetCustomTotalsRowFormula(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)
Gets and sets the name of the column. If sets the name of the column, the according cell' value will be changed too.

setName

public void setName(java.lang.String value)
Gets and sets the name of the column. If sets the name of the column, the according cell' value will be changed too.

getTotalsCalculation/setTotalsCalculation

public int getTotalsCalculation() / public void setTotalsCalculation(int 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.

setTotalsCalculation

public void setTotalsCalculation(int 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.

getRange

public Range getRange()
Gets the range of this list column.

getFormula/setFormula

public java.lang.String getFormula() / public void setFormula(java.lang.String value)
Gets and sets the formula of the list column.

setFormula

public void setFormula(java.lang.String value)
Gets and sets the formula of the list column.

Method Detail

getCustomTotalsRowFormula

public java.lang.String getCustomTotalsRowFormula(boolean isR1C1, boolean isLocal)
Gets the formula of totals row of this list column.
Parameters:
isR1C1 - Whether the formula needs to be formatted as R1C1.
isLocal - Whether the formula needs to be formatted by locale.
Returns:
The formula of this list column.

setCustomTotalsRowFormula

public void setCustomTotalsRowFormula(java.lang.String formula, boolean isR1C1, boolean isLocal)
Gets the formula of totals row of this list column.
Parameters:
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)
Gets the formula of this list column.
Parameters:
isR1C1 - Whether the formula needs to be formatted as R1C1.
isLocal - Whether the formula needs to be formatted by locale.
Returns:
The formula of this list column.

setCustomCalculatedFormula

public void setCustomCalculatedFormula(java.lang.String formula, boolean isR1C1, boolean isLocal)
Sets the formula for this list column.
Parameters:
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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy