Documentazione HotXLS

Width proprietà

Gets o sets the width of the shape in points

Sintassi

proprietà Width: Double;

Esempio

This example changes the shape width to 150 points

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