sheets  v4
Properties | List of all members
Google.Apis.Sheets.v4.Data.IterativeCalculationSettings Class Reference

Settings to control how circular dependencies are resolved with iterative calculation. More...

Inheritance diagram for Google.Apis.Sheets.v4.Data.IterativeCalculationSettings:
Google::Apis::Requests::IDirectResponseSchema

Properties

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...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Settings to control how circular dependencies are resolved with iterative calculation.

Property Documentation

◆ 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

The ETag of the item.

◆ 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: