[]
Resizes a column range to fit their visible content.
public void AutoSizeColumns(int startCol, int endCol, bool header = false)
| Type | Name | Description |
|---|---|---|
| int | startCol | Index of the first column to resize. |
| int | endCol | Index of the last column to resize. |
| bool | header | Whether the column indexes refers to regular or header row columns. |