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