/
HotXLS-dokumentaatio

Ominaisuus Width

Gets or sets the width of the shape in points

Syntaksi

property Width: Double;

Esimerkki

This example changes the shape width to 150 points


Workbook.Sheets[1].Shapes[1].Width := 150.0;