public class GridCalculationData
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 |
|---|---|
java.lang.Object |
getCalculatedValue()
Gets the calculated value for this function.
|
int |
getColumn()
Gets the Cell Column index where the function is in.
|
java.lang.String |
getFormula()
Gets the Cell formula 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.
|
int |
getRow()
Gets the Cell Row index where the function is in.
|
java.lang.String |
getSheetName()
Gets the worksheet name where the function is in.
|
java.lang.String |
getStringValue()
Gets the Cell DisplayStringValue where the function is in.
|
java.lang.Object |
getValue()
Gets the Cell value 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 int getRow()
public int getColumn()
public java.lang.String getStringValue()
public java.lang.Object getValue()
public java.lang.String getFormula()
public java.lang.String getSheetName()
public java.lang.String getFunctionName()
public int getParamCount()
public java.lang.Object getParamValue(int index)
index - The index of the parameter(0 based).public java.lang.String getParamText(int index)
index - The 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.