asposecells.api
Class ListColumn

Represents a column in a list.

Property Getters/Setters Summary
methodgetFormula()
methodsetFormula(value)
           Gets and sets the formula of the list column.
methodgetName()
methodsetName(value)
           Gets and sets the name of the column.
methodgetRange()
           Gets the range of this list column.
methodgetTotalsCalculation()
methodsetTotalsCalculation(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
methodgetCustomCalculatedFormula(isR1C1, isLocal)
           Gets the formula of this list column.
methodsetCustomCalculatedFormula(formula, isR1C1, isLocal)
           Sets the formula for this list column.
 

Property Getters/Setters Detail

getName/setName : String 

String getName() / setName(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 : int 

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

getRange : Range 

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

getFormula/setFormula : String 

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

Method Detail

getCustomCalculatedFormula

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

setCustomCalculatedFormula

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

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