Table of Contents

Method SetColumnWidth

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

SetColumnWidth(int, int)

Applies a fixed width (in pixels) to a column.

public void SetColumnWidth(int column, int columnWidth)

Parameters

column int

The index of the column on the grid.

columnWidth int

The width of the column.

Exceptions

ArgumentOutOfRangeException

When the column index does not exist.

ArgumentOutOfRangeException

When the column width is smaller than 0.