In This Topic
Resizes a fixed row to fit its visible contents.
Syntax
'Declaration
Public Sub AutoSizeFixedRow( _
ByVal As Integer, _
ByVal As Double _
)
public void AutoSizeFixedRow(
int ,
double
)
Parameters
- row
- Index of the row to resize.
- extra
- Extra height to add to the row, in pixels.
See Also