numeric
Column alignment appropriate for numeric content.
Declaration
static var numeric: TableColumnAlignment { get }Discussion
Use this alignment when a table column is primarily displaying numeric content, so that the values are easy to visually scan and compare.
This uses the current locale’s numbering system to determine the alignment:
For left to right numbering systems, this is equivalent to right.
For right to left numbering systems, this is equivalent to left.