HTML Table classes
The HTMLTable
class allows you to easily set up tables that you can use in HTML
pages. This class provides methods to get and set various
attributes of the table, including:
- Get and set the width
of the border
- Get the number
of rows in the table
- Add a column or row to the end of
the table
- Remove a column or row at a specified
column or row position
The HTMLTable class uses other HTML classes to make creating a
table easier. The other HTML classes that work to create tables
are:
Example
Example: Using HTMLTable classes.