Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required string value that defines the name of the new section you want to add.
Add Method
Description
This method adds a new section to the end of the template with the given name
Syntax
Visual Basic
Public Function Add( _
   ByVal Name As String _
) As Section
Parameters
Name
Required string value that defines the name of the new section you want to add.
See Also