Documentazione HotXLS

Line proprietà

Restituisce the line formatting properties for the shape border

Sintassi

proprietà Line: TXLSLineFormat;

Esempio

This example retrieves the line style format for the shape border

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