BandingProperties: BandingProperties Object

Description Usage Arguments Details Value

Description

BandingProperties Object

Usage

1
2
BandingProperties(footerColor = NULL, headerColor = NULL,
  firstBandColor = NULL, secondBandColor = NULL)

Arguments

footerColor

The color of the last row or column

headerColor

The color of the first row or column

firstBandColor

The first color that is alternating

secondBandColor

The second color that is alternating

Details

Autogenerated via gar_create_api_objects Properties referring a single dimension (either row or column). If bothBandedRange.row_properties and BandedRange.column_properties areset, the fill colors are applied to cells according to the following rules:* header_color and footer_color take priority over band colors.* first_band_color takes priority over second_band_color.* row_properties takes priority over column_properties.For example, the first row color takes priority over the first columncolor, but the first column color takes priority over the second row color.Similarly, the row header takes priority over the column header in thetop left cell, but the column header takes priority over the first rowcolor if the row header is not set.

Value

BandingProperties object


lantanacamara/googleSheetsR documentation built on May 3, 2019, 11:52 p.m.