Spread for ASP.NET 12 Product Documentation
SetRowHeight Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SetRowHeight Method
Row index
Number of pixels for the height of the row
Sets the height of the specified row in pixels.
Syntax
'Declaration
 
Public Sub SetRowHeight( _
   ByVal row As Integer, _
   ByVal value As Integer _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim value As Integer
 
instance.SetRowHeight(row, value)
public void SetRowHeight( 
   int row,
   int value
)

Parameters

row
Row index
value
Number of pixels for the height of the row
See Also

Reference

SheetView Class
SheetView Members