Table of Contents

Constructor SectionLayout

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

SectionLayout(int, int)

Initializes a new instance of the SectionLayout class.

public SectionLayout(int row, int column)

Parameters

row int

Row index of the cell that the top-left cell of the section will be mapped to.

column int

Column index of the cell that the top-left cell of the section will be mapped to.