'Declaration Public Sub AutoSizeColumn( _ ByVal col As Integer, _ Optional ByVal columnType As GridRowColType _ )
public void AutoSizeColumn( int col, GridRowColType columnType )
Parameters
- col
- Index of the column to resize.
- columnType
- The type of column (Footer not supported).