TableAlignments
Usage
• TableAlignments is an option for TableForm and MatrixForm which specifies how entries in each dimension should be aligned.
Notes
• TableAlignments -> { , , ... } specifies alignments for successive dimensions. • For dimensions that are given as columns, possible alignments are Left, Center and Right. For dimensions that are given as rows, possible alignments are Bottom, Center and Top. • The default setting TableAlignments -> Automatic uses Left for column alignment, and Bottom for row alignment. • New in Version 2.
|