[]
Resizes a row to fit its visible contents.
public void AutoSizeRow(int row, double extra)
Public Sub AutoSizeRow(row As Integer, extra As Double)
| Type | Name | Description |
|---|---|---|
| int | row | Index of the row to resize. |
| double | extra | Extra height to add to the row, in pixels. |