Table of Contents

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

row int

The index of the row on the grid.

rowHeight int

The height of the column.

Exceptions

ArgumentOutOfRangeException

When the row index is smaller than 0.

ArgumentOutOfRangeException

When the row height is smaller than 0.