Method SetRowHeightStretch
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
SetRowHeightStretch(int)
The row will have the largest possible height, depending on the height of the other rows.
public void SetRowHeightStretch(int row)
Parameters
row
intThe index of the row on the grid.
Exceptions
- ArgumentOutOfRangeException
When the row index is smaller than 0.