google_api_sheets v0.0.2 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 ([GridRange]): The ranges that will be formatted if the condition is true. All the ranges must be on the same grid. Defaults to: null.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Sheets.V4.Model.ConditionalFormatRule{
  booleanRule: GoogleApi.Sheets.V4.Model.BooleanRule.t(),
  gradientRule: GoogleApi.Sheets.V4.Model.GradientRule.t(),
  ranges: [GoogleApi.Sheets.V4.Model.GridRange.t()]
}