Xceed Grid for WinForms v4.3 Documentation
GetFittedHeight Method (Row)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > Row Class : GetFittedHeight Method
A value indicating in regards to what factors the fitted height of the row will be calculated.
Retrieves the fitted height of the row in pixels.
Syntax
'Declaration
 
Public Function GetFittedHeight( _
   ByVal mode As AutoHeightMode _
) As Integer
'Usage
 
Dim instance As Row
Dim mode As AutoHeightMode
Dim value As Integer
 
value = instance.GetFittedHeight(mode)
public int GetFittedHeight( 
   AutoHeightMode mode
)

Parameters

mode
A value indicating in regards to what factors the fitted height of the row will be calculated.

Return Value

A value containing the fitted height of the row in pixels. Unless overridden, MinHeight.
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

Reference

Row Class
Row Members