Data Fields | |
long | width |
The width of the table in cells. | |
long | height |
The height of the table in cells. | |
char *** | cell |
Table cell data. |
Consists of a 2D array of NULL-terminated C strings.
char*** cell |
Table cell data.
long height |
The height of the table in cells.
long width |
The width of the table in cells.