[]
Resizes a column range to fit their visible content.
public void AutoSizeColumns(int startCol, int endCol, GridRowColType columnType = GridRowColType.Cell)
Type | Name | Description |
---|---|---|
int | startCol | Index of the first column to resize. |
int | endCol | Index of the last column to resize. |
GridRowColType | columnType | The type of column (Footer not supported). |