Skip to content

HAlign

type HAlign =
| "general"
| "left"
| "center"
| "right"
| "fill"
| "justify"
| "centerContinuous"
| "distributed";

Specifies the horizontal alignment of content (text) within a container (cell).

Workbooks