When to Use Tables
At times, you will need to create tables to hold tabular data like the following:
| Column 1 |
Column 2 |
Column 3 |
| Item 1 |
3,511 |
4,565 |
| Item 2 |
8,973 |
5,780 |
Follow these steps:
- Place your cursor where you want the table;
- Choose Standard Table A, B or C from the snippet dropdown;
Practice adding rows and columns:
- Right-click anywhere on the last row and choose Insert Row Below;
- Right-click anywhere on the last column and choose Insert Column to Right;