Spread for ASP.NET 12 Product Documentation
GetRowHeight Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetRowHeight Method
Row index
Gets the height of the specified row.
Syntax
'Declaration
 
Public Function GetRowHeight( _
   ByVal row As Integer _
) As Integer
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim value As Integer
 
value = instance.GetRowHeight(row)
public int GetRowHeight( 
   int row
)

Parameters

row
Row index
See Also

Reference

SheetView Class
SheetView Members