Expand description
This module supports the evaluation of a single cell expression using
Rhaiscript using the CellExpr::evaluate function.
Structs§
- Cell
Expr - Each cell name is assigned to a cell expression. Evaluating this expression
gives the value (
CellValue) of the cell at the current point in time, i.e. given the current values of all other cells this cell depends on.
Enums§
- Cell
Argument - The
CellArgumentenum represents the inputs to the calculation of a cell. These are generally represented by a cell range. For example,A3indicates a single cell;A3:A5represents a vector of values, andA3:C5represents a matrix of values. - Cell
Expr Eval Error