Docs HotXLS

Line-property

Renvoie the line formatting properties for the shape border

Syntaxe

property Line: TXLSLineFormat;

Exemple

This example retrieves the line style format for the shape border

LineFormat := Workbook.Sheets[1].Shapes[1].Line;