google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.BandedRange View Source

A banded (alternating colors) range in a sheet.

Attributes

  • bandedRangeId (Integer): The id of the banded range. Defaults to: null.
  • columnProperties (BandingProperties): Properties for column bands. These properties will be applied on a column- by-column basis throughout all the columns in the range. At least one of row_properties or column_properties must be specified. Defaults to: null.
  • range (GridRange): The range over which these properties are applied. Defaults to: null.
  • rowProperties (BandingProperties): Properties for row bands. These properties will be applied on a row-by-row basis throughout all the rows in the range. At least one of row_properties or column_properties must be specified. Defaults to: null.