google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.ConditionalFormatRule View Source
A rule describing a conditional format.
Attributes
- booleanRule (BooleanRule): The formatting is either "on" or "off" according to the rule. Defaults to:
null
. - gradientRule (GradientRule): The formatting will vary based on the gradients in the rule. Defaults to:
null
. - ranges (List[GridRange]): The ranges that will be formatted if the condition is true. All the ranges must be on the same grid. Defaults to:
null
.