SetRowHeight Method
SetRowHeight(int, int)
Sets the height of the specified row in pixels.
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 |
Number of pixels for the height of the row
|