Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
GradientRule |
GradientRule.clone() |
GradientRule |
ConditionalFormatRule.getGradientRule()
The formatting will vary based on the gradients in the rule.
|
GradientRule |
GradientRule.set(String fieldName,
Object value) |
GradientRule |
GradientRule.setMaxpoint(InterpolationPoint maxpoint)
The final interpolation point.
|
GradientRule |
GradientRule.setMidpoint(InterpolationPoint midpoint)
An optional midway interpolation point.
|
GradientRule |
GradientRule.setMinpoint(InterpolationPoint minpoint)
The starting interpolation point.
|
Modifier and Type | Method and Description |
---|---|
ConditionalFormatRule |
ConditionalFormatRule.setGradientRule(GradientRule gradientRule)
The formatting will vary based on the gradients in the rule.
|
Copyright © 2011–2024 Google. All rights reserved.