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
intThe index of the column on the grid.
Exceptions
- ArgumentOutOfRangeException
When the column index does not exist.