FarPoint.Win.Spread
GetRowHeight Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : GetRowHeight Method


row
Row index
Gets the height in pixels for the specified row on this sheet.

Syntax

Visual Basic (Declaration) 
Public Function GetRowHeight( _
   ByVal row As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As SheetView
Dim row As Integer
Dim value As Integer
 
value = instance.GetRowHeight(row)
C# 
public int GetRowHeight( 
   int row
)

Parameters

row
Row index

See Also