/
HotXLS-Doku

Style-Eigenschaft

Ruft ab oder legt fest the border line style such as single or double lines

Syntax

property Style: TmsoLineStyle;

Beispiel

This example changes the line style of the shape border


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