Documentazione HotXLS

Style proprietà

Gets o sets the border line style such as single o double lines

Sintassi

proprietà Style: TmsoLineStyle;

Esempio

This example changes the line style of the shape border

Shape := Workbook.Sheets[1].Shapes[1];
Shape.Line.Style := 1;