Method SetRowHeight
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
SetRowHeight(int, int)
Applies a fixed height (in pixels) to a row.
public void SetRowHeight(int row, int rowHeight)
Parameters
Exceptions
- ArgumentOutOfRangeException
When the row index is smaller than 0.
- ArgumentOutOfRangeException
When the row height is smaller than 0.