SetRowHeight Method
SetRowHeight(int, int)
Sets the height in pixels for the specified row on this sheet.
Declaration
public void SetRowHeight(int row, int value)
Public Sub SetRowHeight(row As Integer, value As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Row index
|
int |
value |
Height in pixels
|