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