[]
Sets the height in pixels for the specified rows on this sheet.
public void SetMultipleRowHeights(int row, int count, int value)
Public Sub SetMultipleRowHeights(row As Integer, count As Integer, value As Integer)
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 |