[]
Resizes a fixed column to fit its visible contents.
public void AutoSizeFixedColumn(int col, double extra)
Public Sub AutoSizeFixedColumn(col As Integer, extra As Double)
| Type | Name | Description |
|---|---|---|
| int | col | Column to resize. |
| double | extra | Extra width to add to the column, in pixels. |