@mescius/spread-sheets 19.1.0 → 19.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15939,7 +15939,7 @@ declare namespace GC{
|
|
|
15939
15939
|
/**
|
|
15940
15940
|
* Specifies the calculation type of the calculate function.
|
|
15941
15941
|
* @enum {number}
|
|
15942
|
-
* spread.calculate(GC.Spread.Sheets.CalculationType.
|
|
15942
|
+
* spread.calculate(GC.Spread.Sheets.CalculationType.regular);
|
|
15943
15943
|
*/
|
|
15944
15944
|
export enum CalculationType{
|
|
15945
15945
|
/**
|