Description Usage Arguments Details Value
BandingProperties Object
1 2 | BandingProperties(footerColor = NULL, headerColor = NULL,
firstBandColor = NULL, secondBandColor = NULL)
|
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 |
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.
BandingProperties object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.