[]
Resizes a row to fit its visible contents.
public double AutoSizeRow(int row, double extra, bool allCells)
Type | Name | Description |
---|---|---|
int | row | Index of the row to resize. |
double | extra | Extra height to add to the row in pixels. |
bool | allCells | Whether to measure all cells or only the visible ones. |
Type | Description |
---|---|
double | The new row height in pixels. |