table.cell_set_bgcolor() - Pine Script Function
table.cell_set_bgcolor()
Section titled “table.cell_set_bgcolor()”Overview
Section titled “Overview”The function sets the background color of the cell.
Syntax
Section titled “Syntax”table.cell_set_bgcolor(table_id, column, row, bgcolor) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| table_id | series table | A table object. |