Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Overview 
PCDLRN ActiveX DLL : Sections Object
Sections Object Members
Public Methods
 
This method adds a new section to the end of the template with the given name

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.

This method returns the Section object identified by the NameOrNum parameter.

This method removes or deletes the Section object identified by the NameOrNum parameter.

Public Properties
This property returns the PC-DMIS Application object.
Counts the number of sections in the Sections object.
Returns this object's Parent object, in this case, a ReportTemplate object.
See Also