/
HotXLS-dokumentaatio

Ominaisuus Height

Gets or sets the height of the shape in points

Syntaksi

property Height: Double;

Esimerkki

This example changes the shape height to 100 points


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