_Item | |
Add | This method adds a new section to the end of the template with the given name |
InsertSectionBefore | This method inserts a new section before the named section. The new section will have the default internal name of "section" followed by a number. |
Item | This method returns the Section object identified by the NameOrNum parameter. |
Remove | This method removes or deletes the Section object identified by the NameOrNum parameter. |
Application | This property returns the PC-DMIS Application object. |
Count | Counts the number of sections in the Sections object. |
Parent | Returns this object's Parent object, in this case, a ReportTemplate object. |