aspose.cells
Class CalculationCell

Represents the calculation relevant data about one cell being calculated. User should not change any data in the Workbook during the formula calculation process

Property Getters/Setters Summary
functiongetCell()
           Gets the Cell object which is being calculated.
functiongetCellColumn()
           Gets the column index of the cell.
functiongetCellRow()
           Gets the row index of the cell.
functiongetWorkbook()
           Gets the Workbook object.
functiongetWorksheet()
           Gets the Worksheet object where the cell is in.
 
Method Summary
functionsetCalculatedValue(v)
           Sets the calculated value for the cell.
 

Property Getters/Setters Detail

getWorkbook : Workbook 

function getWorkbook()
Gets the Workbook object.

getWorksheet : Worksheet 

function getWorksheet()
Gets the Worksheet object where the cell is in.

getCellRow : Number 

function getCellRow()
Gets the row index of the cell.

getCellColumn : Number 

function getCellColumn()
Gets the column index of the cell.

getCell : Cell 

function getCell()
Gets the Cell object which is being calculated.

Method Detail

setCalculatedValue

function setCalculatedValue(v)
Sets the calculated value for the cell. User can set the calculated result by this method to ignore the automatic calculation for the cell.

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