table.set_border_color() - Pine Script Function
table.set_border_color()
Section titled “table.set_border_color()”Overview
Section titled “Overview”The function sets the color of the borders (excluding the outer frame) of the table’s cells.
Syntax
Section titled “Syntax”table.set_border_color(table_id, border_color) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| table_id | series table | A table object. |