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