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