[]
Resizes a row range to fit their visible contents.
public void AutoSizeRows(int startRow, int endRow, GridRowColType rowType = GridRowColType.Cell)
| Type | Name | Description |
|---|---|---|
| int | startRow | Index of the first row to resize. |
| int | endRow | Index of the last row to resize. |
| GridRowColType | rowType | The type of row. |