table.cell_set_text_halign() - Pine Script Function
table.cell_set_text_halign()
Section titled “table.cell_set_text_halign()”Overview
Section titled “Overview”The function sets the horizontal alignment of the cell’s text.
Syntax
Section titled “Syntax”table.cell_set_text_halign(table_id, column, row, text_halign) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| table_id | series table | A table object. |