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
intThe index of the row on the grid.
Exceptions
- ArgumentOutOfRangeException
When the row index is smaller than 0.