NpvFunction class

Inheritance
Available extensions

Constructors

NpvFunction.new(FormulaType? params)

Properties

asFormula String
no setteroverride
cell Cell

Available on FormulaType, provided by the CellExt extension

no setter
hashCode int
The hash code for this object.
no setterinherited
params FormulaType?
final
references Set<A1>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

eval(ResultTypeCache resultCache, [List<FormulaType>? visitedList]) ResultType
override
flattenList(Iterable<FormulaType> formulaList, ResultTypeCache resultCache, List<FormulaType> visitedList) Iterable<ResultType>
hasReference(A1 reference) bool
inherited
markDeletedCell(A1 cell) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visit(FormulaTypeVisitor callback) → void
override

Operators

operator ==(Object other) bool
The equality operator.
inherited