Resizes a column range to fit their visible content.
Syntax
'Declaration
Public Overloads Sub AutoSizeColumns( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Double _
)
public void AutoSizeColumns(
System.int ,
System.int ,
System.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.
See Also