'Declaration Public Sub SetMultipleRowHeights( _ ByVal row As Integer, _ ByVal count As Integer, _ ByVal value As Integer _ )
Parameters
- row
- Row index of first row
- count
- Number of rows for which to set the height
- value
- Height in pixels
'Declaration Public Sub SetMultipleRowHeights( _ ByVal row As Integer, _ ByVal count As Integer, _ ByVal value As Integer _ )
fpSpread1.ActiveSheet.SetMultipleRowHeights(0, 2, 80);
FpSpread1.ActiveSheet.SetMultipleRowHeights(0, 2, 80)