'Declaration Public Overloads Function GetPreferredRowHeight( _ ByVal row As Integer, _ ByVal ignoreHeaders As Boolean _ ) As Single
'Usage Dim instance As SheetView Dim row As Integer Dim ignoreHeaders As Boolean Dim value As Single value = instance.GetPreferredRowHeight(row, ignoreHeaders)
public float GetPreferredRowHeight( int row, bool ignoreHeaders )
Parameters
- row
- Row index
- ignoreHeaders
- Whether to ignore the row header cells
Return Value
Single-precision, floating-point number of pixels of the width of the cell with the tallest text in the column