AutoSizeColumn Method (C1FlexGrid)
In This Topic
Resizes a column to fit its visible contents.
Syntax
'Declaration
Public Sub AutoSizeColumn( _
ByVal As Integer, _
ByVal As Double _
)
public void AutoSizeColumn(
int ,
double
)
Parameters
- col
- Column to resize.
- extra
- Extra width to add to the column, in pixels.
See Also