aspose.cells

Class CalculationCell

Represents the calculation relevant data about one cell which is being calculated.
All objects provided by this class are for "read" purpose only. User should not change any data in the Workbook during the formula calculation process, Otherwise unexpected result or Exception may be caused.

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.