Table of Contents

Method SetColumnWidthStretch

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

SetColumnWidthStretch(int)

The column will have the largest possible width, depending on the width of the other columns.

public void SetColumnWidthStretch(int column)

Parameters

column int

The index of the column on the grid.

Exceptions

ArgumentOutOfRangeException

When the column index does not exist.