Table of Contents

Method SetColumnWidthAuto

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

SetColumnWidthAuto(int)

The width of the column will be automatically adapted to the widest widget in that column.

public void SetColumnWidthAuto(int column)

Parameters

column int

The index of the column on the grid.

Exceptions

ArgumentOutOfRangeException

When the column index does not exist.