[]
        
(Showing Draft Content)

GC.Spread.Sheets.CalculationType

Enumeration: CalculationType

Spread.Sheets.CalculationType

Specifies the calculation type of the calculate function.

Table of contents

Enumeration members

Enumeration members

all

all = 0

The default calculation type that mark cells in the range as dirty for calculate.


minimal

minimal = 2

Keep the current calc dirty status, and won't mark the volatile cells, circular reference cells.


rebuild

rebuild = 1

This will rebuild all the formulas model in the range and then mark them as dirty for calculate.


regular

regular = 3

Keep the current calc dirty status, and mark the volatile cells and circular reference cells as dirty for calculate.