|
Grids
A grid consists of a
table with rows and columns.
Here is an example of a grid:
|
|
Column 1 |
Column 2 |
Column 3 |
|
Row A |
|
|
|
|
Row B |
|
|
|
|
Row C |
|
|
|
|
Row D |
|
|
|
An
entry in the table is located at the intersection of
a row and a column. The triangle in the above grid
is located in Row C, Column 2.
|