Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Sections Object : InsertSectionBefore Method
Required String value that defines the name of the existing section before which the new section will be inserted.
InsertSectionBefore Method
Description

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.

Syntax
Visual Basic
Public Function InsertSectionBefore( _
   ByVal Name As String _
) As Section
Parameters
Name
Required String value that defines the name of the existing section before which the new section will be inserted.
See Also