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
section
SectionSection to be added to the section.
layout
ILayoutLeft-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
section
SectionSection to be added to the section.
row
intRow of the section within the parent section.
column
intColumn of the section within the parent section.
Returns
- Section
The updated section.