[]
Specifies the calculation type of the calculate function.
• all = 0
The default calculation type that mark cells in the range as dirty for calculate.
• minimal = 2
This won't mark more dirty.
• rebuild = 1
This will rebuild all the formulas model in the range and then mark them as dirty for calculate.
• regular = 3
This will mark the volatile cells, circular reference cells as dirty for calculate.