Section Object Members
Public Properties
_Name | |
Application | This property returns the PC-DMIS Application object. |
Height | This property sets or returns the section's height. |
Name | This property returns or sets the name of the section. |
Number | This returns a read-only Long value of the index number of the current section within the Sections object. This is used with the Sections.Item property to access the current section later. |
Parent | This property returns a read-only parent object of the Section, the Sections object. |
ReportControls | This property returns the ReportControls object for this section. You can then access the ReportControls object to dynamically add or modify existing objects in the section. |
Width | This property sets or returns the section's height. |
See Also