public class GridCalculationData
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCalculatedValue()
Gets the calculated value for this function.
|
GridCell |
getCell()
Gets the Cell object where the function is in.
|
java.lang.String |
getFunctionName()
Gets the function name to be calculated.
|
int |
getParamCount()
Gets the count of parameters
|
java.lang.String |
getParamText(int index)
Gets the literal text of the parameter at given index.
|
java.lang.Object |
getParamValue(int index)
Gets the represented value object of the parameter at given index.
|
GridWorkbook |
getWorkbook()
Gets the Workbook object where the function is in.
|
GridWorksheet |
getWorksheet()
Gets the Workbook object where the function is in.
|
void |
setCalculatedValue(java.lang.Object value)
Sets the calculated value for this function.
|
public java.lang.Object getCalculatedValue()
Remarks
User should set this property in his custom calculation engine for those functions the engine supports, and the set value will be returned when getting this property. Getting this property before setting will make the function be calculated by the default calculation engine of Aspose.Cells and the calculated value will be returned.public void setCalculatedValue(java.lang.Object value)
Remarks
User should set this property in his custom calculation engine for those functions the engine supports, and the set value will be returned when getting this property. Getting this property before setting will make the function be calculated by the default calculation engine of Aspose.Cells and the calculated value will be returned.public GridWorkbook getWorkbook()
public GridWorksheet getWorksheet()
public GridCell getCell()
public java.lang.String getFunctionName()
public int getParamCount()
public java.lang.Object getParamValue(int index)
index - index of the parameter(0 based)public java.lang.String getParamText(int index)
index - index of the parameter(0 based)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.