Main Content
setHeadingAlign
Specify table title alignment
Syntax
setHeadingAlign(table,
alignment
)
Description
setHeadingAlign(table,
specifies
the alignment for the table title.alignment
)
Input Arguments
table | Instantiation of the |
alignment | Table title alignment, specified as one of the following:
|
Examples
table1 = ModelAdvisor.Table(2, 3); setHeading(table1, 'New Table'); setHeadingAlign(table1, 'center');