FormatRange
Format cells in a specific range
Input
Name | Type | Description |
SpreadsheetId | String | The ID of the spreadsheet. |
SheetId | String | The ID of the sheet. Must be non-negative. |
Range | String | The range of the cells to format. The format should be, for example A1:C3. |
BackgroundColor | String | Specify background color by providing RGB values for Red, Green, Blue. For example 255,0,0. |
Bold | String | Bold the text of the cells. Accepts true or false. |
FontSize | String | Set font size by providing an int value. |
FontFamily | String | Set the font used by providing its name. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows whether the operation was successful or not. |