[]
Resizes a row range to fit their visible contents.
public void AutoSizeRows(int startRow, int endRow, bool header = false)
Type | Name | Description |
---|---|---|
int | startRow | Index of the first row to resize. |
int | endRow | Index of the last row to resize. |
bool | header | Whether the row indexes refers to regular or header column rows. |