Resizes a column to fit their visible content.
public void AutoSizeColumn(
int ,
bool
)
'Declaration
Public Sub AutoSizeColumn( _
ByVal As Integer, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As FlexGrid
Dim col As Integer
Dim header As Boolean
instance.AutoSizeColumn(col, header)
Parameters
- col
- Index of the column to resize.
- header
- Whether the column index refers to a regular or a header row column.