Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
IterativeCalculationSettings |
IterativeCalculationSettings.clone() |
IterativeCalculationSettings |
SpreadsheetProperties.getIterativeCalculationSettings()
Determines whether and how circular references are resolved with iterative calculation.
|
IterativeCalculationSettings |
IterativeCalculationSettings.set(java.lang.String fieldName,
java.lang.Object value) |
IterativeCalculationSettings |
IterativeCalculationSettings.setConvergenceThreshold(java.lang.Double convergenceThreshold)
When iterative calculation is enabled and successive results differ by less than this threshold
value, the calculation rounds stop.
|
IterativeCalculationSettings |
IterativeCalculationSettings.setMaxIterations(java.lang.Integer maxIterations)
When iterative calculation is enabled, the maximum number of calculation rounds to perform.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetProperties |
SpreadsheetProperties.setIterativeCalculationSettings(IterativeCalculationSettings iterativeCalculationSettings)
Determines whether and how circular references are resolved with iterative calculation.
|