User`s guide

mlreportgen.dom.TableColSpec class
12-287
Span — Number of adjacent table columns to which this document element applies
number of adjacent table columns
If this property is not specified (its value is []), the value is assumed to be 1.
Data Types: double
Style — Style of adjacent table columns
array of format objects
Format objects that specify the style of the columns governed by this specification.
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.
Specify your own tag value, for example, to make it easier to identify where an issue
occurred during document generation.
See Also
mlreportgen.dom.FormalTable | mlreportgen.dom.ResizeToFitContents |
mlreportgen.dom.Table | mlreportgen.dom.TableColSpecGroup
Related Examples
“Create and Format Tables”