/
HotXLS-dokumentasjon

Egenskap Height

Gets or sets the height of the shape in points

Syntaks

property Height: Double;

Eksempel

This example changes the shape height to 100 points


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