Settings to control how circular dependencies are resolved with iterative calculation.
More...
|
| virtual System.Nullable< double > | ConvergenceThreshold [get, set] |
| | When iterative calculation is enabled and successive results differ by less than this threshold value, the calculation rounds stop. More...
|
| |
| virtual System.Nullable< int > | MaxIterations [get, set] |
| | When iterative calculation is enabled, the maximum number of calculation rounds to perform. More...
|
| |
| virtual string | ETag [get, set] |
| | The ETag of the item. More...
|
| |
|
string | ETag |
| |
Settings to control how circular dependencies are resolved with iterative calculation.
◆ ConvergenceThreshold
| virtual System.Nullable<double> Google.Apis.Sheets.v4.Data.IterativeCalculationSettings.ConvergenceThreshold |
|
getset |
When iterative calculation is enabled and successive results differ by less than this threshold value, the calculation rounds stop.
◆ ETag
| virtual string Google.Apis.Sheets.v4.Data.IterativeCalculationSettings.ETag |
|
getset |
◆ MaxIterations
| virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.IterativeCalculationSettings.MaxIterations |
|
getset |
When iterative calculation is enabled, the maximum number of calculation rounds to perform.
The documentation for this class was generated from the following file: