TableSpacing
Usage
• TableSpacing is an option for TableForm and MatrixForm which specifies how many spaces should be left between each successive row or column.
Notes
• TableSpacing -> { , , ... } specifies that  spaces should be left in dimension i. • For columns, the spaces are rendered as space characters. For rows, the spaces are rendered as blank lines. • For TableForm, TableSpacing -> Automatic yields spacings {1, 3, 0, 1, 0, 1, ... }. • New in Version 2.
|