User`s guide

mlreportgen.dom.TableRow class
12-315
String having the format valueUnits, where Units is an abbreviation for the units in
which the height is expressed. The following abbreviations are valid:
no abbreviation — pixels
cm — centimeters
in — inches
mm — millimeters
pi — picas
pt — points
px — pixels
Alternatively, you can specify the table row height using the TableRow.Style property.
For example:
TableRow.Style = {RowHeight('.5in')};
Id — ID for document element
string
A session-unique ID is generated as part of document element creation. You can specify
an ID to replace the generated ID.
Style — Style of table row
array of format objects
Array of format objects (such as Bold objects) that specify the style of the table row.
StyleName — Style of table row
string
Name of a style specified in the stylesheet of the HTML document or document part
containing this row. This property is ignored for Word output.
Tag — Tag for document element
string
Tag for document element, specified as a string.
A session-unique ID is generated as part of document element creation. The generated
tag has the form CLASS:ID, where CLASS is the class of the element and ID is the value
of the Id property of the object. You can specify a tag to replace the generated tag.