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