java.lang.Object
com.aspose.cells.CalculationData
public class CalculationData
- extends java.lang.Object
Represents the required data when calculating one function, such as function name, parameters, ...etc.
Method Summary |
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.
|
Property Getters/Setters Detail |
getCalculatedValue/setCalculatedValue | |
public java.lang.Object getCalculatedValue() / public void setCalculatedValue(java.lang.Object value)
|
-
Gets or sets the calculated value for this function.
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.
getWorkbook | |
public Workbook getWorkbook()
|
-
Gets the Workbook object where the function is in.
-
Gets the Workbook object where the function is in.
getCell | |
public Cell getCell()
|
-
Gets the Cell object where the function is in.
getFunctionName | |
public java.lang.String getFunctionName()
|
-
Gets the function name to be calculated.
getParamCount | |
public int getParamCount()
|
-
Gets the count of parameters
getParamValue | |
public java.lang.Object getParamValue(int index) |
-
Gets the represented value object of the parameter at given index.
- Parameters:
index
- index of the parameter(0 based)
- Returns:
- If the parameter is plain value, then returns the plain value.
If the parameter is reference, then return ReferredArea object.
getParamText | |
public java.lang.String getParamText(int index) |
-
Gets the literal text of the parameter at given index.
- Parameters:
index
- index of the parameter(0 based)
- Returns:
- literal text of the parameter
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.