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