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