AutoSizeFixedColumns(Int32,Int32,Double) Method
In This Topic
Resizes a range of fixed columns to fit their visible contents.
Syntax
'Declaration
Public Overloads Sub AutoSizeFixedColumns( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Double _
)
public void AutoSizeFixedColumns(
int ,
int ,
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