addSubSubSection()
Add a sub-sub-section to the report.
Usage
addSubSubSection( title )
Parameters
- title (string)
- Title of the sub-section.
Return Value
None
Description
This routine adds a sub-sub-section to the report. The sub-sub section title is given by
title. For
example,
rep.addSubSubSection( "Mesh values" )