HotXLS Docs

Height property

Gets or sets the height of the shape in points

Syntax

property Height: Double;

Example

This example changes the shape height to 100 points

Workbook.Sheets[1].Shapes[1].Height := 100.0;