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(String fieldName,
Object value) |
IterativeCalculationSettings |
IterativeCalculationSettings.setConvergenceThreshold(Double convergenceThreshold)
When iterative calculation is enabled and successive results differ by less than this threshold
value, the calculation rounds stop.
|
IterativeCalculationSettings |
IterativeCalculationSettings.setMaxIterations(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.
|
Copyright © 2011–2024 Google. All rights reserved.