ModelAdvisor.Table
Create table to display Model Advisor results
Description
Use the ModelAdvisor.Table class to create and format tables to
display Model Advisor results. You can define the number of rows and columns in the table, and
customize headings, alignment, and cell content.
Creation
Description
Input Arguments
Object Functions
getEntry | Get cell contents from table |
setColHeading | Specify column heading for table |
setColHeadingAlign | Specify horizontal alignment for column heading |
setColHeadingValign | Specify vertical alignment for column heading |
setColWidth | Specify column widths for table |
setEntries | Specify content for all table cells |
setEntry | Specify content cell in table |
setEntryAlign | Specify horizontal alignment for cell content |
setEntryValign | Specify vertical alignment for cell content |
setHeading | Specify title for table |
setHeadingAlign | Specify horizontal alignment for table heading |
setRowHeading | Specify row heading for table |
setRowHeadingAlign | Specify horizontal alignment for row heading |
setRowHeadingValign | Specify vertical alignment for row heading |
Examples
Version History
Introduced in R2006b
