public class CalculationCell
extends java.lang.Object
Remarks
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.| Modifier and Type | Method and Description |
|---|---|
Cell |
getCell()
Gets the Cell object which is being calculated.
|
int |
getCellColumn()
Gets the column index of the cell.
|
int |
getCellRow()
Gets the row index of the cell.
|
Workbook |
getWorkbook()
Gets the Workbook object.
|
Worksheet |
getWorksheet()
Gets the Worksheet object where the cell is in.
|
void |
setCalculatedValue(java.lang.Object v)
Sets the calculated value for the cell.
|
public void setCalculatedValue(java.lang.Object v)
Remarks
User can set the calculated result by this method to ignore the automatic calculation for the cell.public Workbook getWorkbook()
public Worksheet getWorksheet()
public int getCellRow()
public int getCellColumn()
public Cell getCell()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.