Package: mlreportgen.ppt
Table row
Use an object of the mlreportgen.ppt.TableRow
class to include a row
in a table in a PPT API presentation.
To add content to a table row, append mlreportgen.ppt.TableEntry
objects to the row.
The mlreportgen.ppt.TableRow
class is a handle
class.
HandleCompatible | true |
ConstructOnLoad | true |
For information on class attributes, see Class Attributes.
creates an empty tableRowObj
= mlreportgen.ppt.TableRow()TableRow
object.