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
Exceptions
- ArgumentOutOfRangeException
When the column index does not exist.
- ArgumentOutOfRangeException
When the column width is smaller than 0.