Method AddSection
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
AddSection(Section, ILayout)
Adds the widgets from the section to the section.
public Section AddSection(Section section, ILayout layout)
Parameters
sectionSectionSection to be added to the section.
layoutILayoutLeft-top position of the section within the parent section.
Returns
- Section
The updated section.
AddSection(Section, int, int)
Adds the widgets from the section to the section.
public Section AddSection(Section section, int row, int column)
Parameters
sectionSectionSection to be added to the section.
rowintRow of the section within the parent section.
columnintColumn of the section within the parent section.
Returns
- Section
The updated section.