google_api_sheets v0.2.0 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 are 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 are 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
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
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()
}
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() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.