[]
Sets the height of the specified row in pixels.
public void SetRowHeight(int row, int value)
Public Sub SetRowHeight(row As Integer, value As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | value | Number of pixels for the height of the row |