Resizes a row to fit its visible contents.
'Declaration
Public Function AutoSizeRow( _
ByVal As System.Integer, _
ByVal As System.Double, _
ByVal As System.Boolean _
) As System.Double
public System.double AutoSizeRow(
System.int ,
System.double ,
System.bool
)
Parameters
- row
- Index of the row to resize.
- extra
- Extra height to add to the row in pixels.
- allCells
- Whether to measure all cells or only the visible ones.
Return Value
The new row height in pixels.