AutoSizeColumns(Int32,Int32,Double) Method
Resizes a column range to fit their visible content.
'Declaration
Public Overloads Sub AutoSizeColumns( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Double _
)
Parameters
- startCol
- Index of the first column to resize.
- endCol
- Index of the last column to resize.
- extra
- Extra width to add to the column, in pixels.