[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.SetMultipleRowHeights

SetMultipleRowHeights Method

SetMultipleRowHeights(int, int, int)

Sets the height in pixels for the specified rows on this sheet.

Declaration
public void SetMultipleRowHeights(int row, int count, int value)
Public Sub SetMultipleRowHeights(row As Integer, count As Integer, value As Integer)
Parameters
Type Name Description
int row

Row index of first row

int count

Number of rows for which to set the height

int value

Height in pixels

OSZAR »