java.lang.Object
com.aspose.cells.CalculationCell
public class CalculationCell
- extends java.lang.Object
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.
|
Method Summary |
void | setCalculatedValue(java.lang.Object v) | |
|
Sets the calculated value for the cell.
|
|
Property Getters/Setters Detail |
getWorkbook | |
public Workbook getWorkbook()
|
-
Gets the Workbook object.
-
Gets the Worksheet object where the cell is in.
getCellRow | |
public int getCellRow()
|
-
Gets the row index of the cell.
getCellColumn | |
public int getCellColumn()
|
-
Gets the column index of the cell.
getCell | |
public Cell getCell()
|
-
Gets the Cell object which is being calculated.
setCalculatedValue | |
public void setCalculatedValue(java.lang.Object 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.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.