expression.RowHeight
expression Required. An expression that returns a Range object.
Example
This example sets the row height to 15 points for rows 1 through 10.
Spreadsheet1.Range("a1:a10").RowHeight = 15
expression.RowHeight
expression Required. An expression that returns a Range object.
This example sets the row height to 15 points for rows 1 through 10.
Spreadsheet1.Range("a1:a10").RowHeight = 15