HotXLS Docs
Index
Main
Overview
TGridToXLS
IXLSWorkbook
Main
Index
Overview
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;