| BgColor | The property returns or sets the background color of the table |
| DeleteCol() | Delete one or more columns |
| DeleteRow() | Delete one or more rows |
| EditType | The property returns or sets editing permission of table cells |
| EnsureVisible() | Scrolls the table to requested position |
| GetArea() | Returns reference to a certain table area (to the PmfTableArea object) |
| GetAreaWidth() | Returns current area width according to defined arguments |
| GetColOption() | Returns a value for selected table column option |
| GetColWidth() | Returns the table column width |
| GetRowHeight() | Returns the row height in the specified table area |
| GetSel() | Detects selected rows or cells |
| GridColor | The property returns or sets the color of the grid of the table |
| GridWidth | The property returns or sets the width of the line of the grid of the table |
| HorzAlign | Horizontal text alignment of the table |
| InitCols() | Initialization of table columns count |
| InitRows() | Initialization of count of table rows |
| InsertCol() | Inserts one or more new columns |
| InsertRow() | Inserts one or more new rows |
| MainActionType | The property returns or sets the keyboard or mouse actions on the table, which trigger onAction event > Main |
| MoveRow() | Moves the table row to the specified position |
| Multiline | The property returns or sets displaying of multiline text in all cells of the table |
| SelType | Type of rows or cells selection |
| SetColOption() | Sets the value for the selected table column option. |
| SetColWidth() | Sets columns width of the table |
| SetRowHeight() | Sets the row height in the specified table area |
| SetSel() | Sets or disables the selection of rows or cells in the table |
| TextColor | The property returns or sets the text color of the table |
| VertAlign | Vertical text alignment of the table |