[]
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
Keep the current calc dirty status, and won't mark the volatile cells, circular reference cells.
• rebuild = 1
This will rebuild all the formulas model in the range and then mark them as dirty for calculate.
• regular = 3
Keep the current calc dirty status, and mark the volatile cells and circular reference cells as dirty for calculate.