Class GridCalculationData
Contents
[
Hide
]GridCalculationData class
Represents the required data when calculating one function, such as function name, parameters, …etc.
public class GridCalculationData
Properties
| Name | Description |
|---|---|
| CalculatedValue { get; set; } | Gets or sets the calculated value for this function. |
| Cell { get; } | Gets the Cell object where the function is in. |
| FunctionName { get; } | Gets the function name to be calculated. |
| ParamCount { get; } | Gets the count of parameters |
| Workbook { get; } | Gets the Workbook object where the function is in. |
| Worksheet { get; } | Gets the Workbook object where the function is in. |
Methods
| Name | Description |
|---|---|
| GetParamText(int) | Gets the literal text of the parameter at given index. |
| GetParamValue(int) | Gets the represented value object of the parameter at given index. |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb