Table of Contents

Method SetRowHeightAuto

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

SetRowHeightAuto(int)

The height of the row will be automatically adapted to the highest widget in that row.

public void SetRowHeightAuto(int row)

Parameters

row int

The index of the row on the grid.

Exceptions

ArgumentOutOfRangeException

When the row index is smaller than 0.