Docs HotXLS

Style-property

Obtient ou définit the border line style such as single or double lines

Syntaxe

property Style: TmsoLineStyle;

Exemple

This example changes the line style of the shape border

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