Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetPreferredRowHeight Method / GetPreferredRowHeight(Int32,Boolean,Boolean) Method
Row index
Whether to ignore the row header cells
Whether to ignore spans


In This Topic
GetPreferredRowHeight(Int32,Boolean,Boolean) 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 row As Integer, _
   ByVal ignoreHeaders As Boolean, _
   ByVal ignoreSpans As Boolean _
) As Single
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim ignoreHeaders As Boolean
Dim ignoreSpans As Boolean
Dim value As Single
 
value = instance.GetPreferredRowHeight(row, ignoreHeaders, ignoreSpans)

Parameters

row
Row index
ignoreHeaders
Whether to ignore the row header cells
ignoreSpans
Whether to ignore spans
See Also