CalculationData Class
Contents
[
Hide
]CalculationData class
Represents the required data when calculating one function, such as function name, parameters, …etc.
type CalculationData struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetCalculatedValue | Gets or sets the calculated value for this function. |
SetCalculatedValue | Gets or sets the calculated value for this function. |
GetWorkbook | Gets the Workbook object where the function is in. |
GetWorksheet | Gets the Worksheet object where the function is in. |
GetCellRow | Gets the row index of the cell where the function is in. |
GetCellColumn | Gets the column index of the cell where the function is in. |
GetCell | Gets the Cell object where the function is in. |
GetFunctionName | Gets the function name to be calculated. |
GetParamCount | Gets the count of parameters |
GetParamValue | Gets the represented value object of the parameter at given index. |
GetParamText | Gets the literal text of the parameter at given index. |