Spread Windows Forms 12.0 Product Documentation
SetMultipleRowHeights Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : SetMultipleRowHeights Method
Row index of first row
Number of rows for which to set the height
Height in pixels
Sets the height in pixels for the specified rows on this sheet.
Syntax
'Declaration
 
Public Sub SetMultipleRowHeights( _
   ByVal row As Integer, _
   ByVal count As Integer, _
   ByVal value As Integer _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim count As Integer
Dim value As Integer
 
instance.SetMultipleRowHeights(row, count, value)
public void SetMultipleRowHeights( 
   int row,
   int count,
   int value
)

Parameters

row
Row index of first row
count
Number of rows for which to set the height
value
Height in pixels
Example
This example sets the height in pixels for the specified rows.
fpSpread1.ActiveSheet.SetMultipleRowHeights(0, 2, 80);
FpSpread1.ActiveSheet.SetMultipleRowHeights(0, 2, 80)
See Also

Reference

SheetView Class
SheetView Members
SetRowHeight Method

User-Task Documentation

Setting the Row Height or Column Width