GetPreferredRowHeight(Int32) Method
In This Topic
Gets the height in pixels of the tallest cell (based on text content) in the specified row on this sheet.
Syntax
'Declaration
Public Overloads Function GetPreferredRowHeight( _
ByVal As Integer _
) As Single
'Usage
Dim instance As SheetView
Dim row As Integer
Dim value As Single
value = instance.GetPreferredRowHeight(row)
public float GetPreferredRowHeight(
int
)
Parameters
- row
- Row index
See Also