Spread Windows Forms 6.0 Product Documentation
GetPreferredRowHeight(Int32,Boolean,Boolean) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > GetPreferredRowHeight Method : GetPreferredRowHeight(Int32,Boolean,Boolean) Method


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

Glossary Item Box

Gets the height in pixels of the tallest cell (based on text contents) in the specified row on this sheet.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetPreferredRowHeight( _
   ByVal row As Integer, _
   ByVal ignoreHeaders As Boolean, _
   ByVal ignoreSpans As Boolean _
) As Single
Visual Basic (Usage)Copy Code
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)
C# 
public float GetPreferredRowHeight( 
   int row,
   bool ignoreHeaders,
   bool ignoreSpans
)

Parameters

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

Return Value

Single-precision, floating-point number of pixels of the width of the cell with the tallest text in the column

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.