メインコンテンツ

append

Class: mlreportgen.dom.Table
Namespace: mlreportgen.dom

Append content to table

Description

rowObj = append(table,row) appends a row to a table.

Input Arguments

expand all

Table to append row to, specified as an mlreportgen.dom.Table object.

Row to append to table, specified as an mlreportgen.dom.TableRow object.

Output Arguments

expand all

Appended table row, returned as an mlreportgen.dom.TableRow object.

Version History

Introduced in R2014b