Skip to content

RecalculateOptions

type RecalculateOptions = object;
optional includeDeferred?: boolean;

When true, deferred cells are included in this recalculation (but the set of cells to defer is preserved for future recalculations).


optional which?: WhichCellsToRecalculate;