| GetValue | | Performs a table lookup based on an index |
| SetValue | | Edits an index/value pair in the table |
| GetValue2 | | Performs a table lookup based on both index and column number |
| SetValue2 | | Edits the 'cell' value based on a specified index and column |
| GetData | | Use to retrieve complete data and header arrays |
| SetColumns | | Sets the number of value columns in the table |
| SetColumns2 | | Sets both the number of value columns and the column headers in the table |
| EnterTabbedTable | | Replaces the contents of the table using tabbed text |
| Clear | | Clears all entries from the table |
| SetDatabasePassword | | Sets the password for a database connection for the table. |
| TestDatabaseConnection | | Tests the database connection for a table. |
| RequeryDatabase | | Clears and fills the table from a database connection. |