google_api_sheets v0.0.2 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
.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.BandedRange{ bandedRangeId: any(), columnProperties: GoogleApi.Sheets.V4.Model.BandingProperties.t(), range: GoogleApi.Sheets.V4.Model.GridRange.t(), rowProperties: GoogleApi.Sheets.V4.Model.BandingProperties.t() }