HotXLS Docs

Line property

Yields the line formatting properties for the shape border

Syntax

property Line: TXLSLineFormat;

Example

This example retrieves the line style format for the shape border

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