HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
Style property
Gets or sets the border line style such as single or double lines
Syntax
property
Style: TmsoLineStyle;
Example
This example changes the line style of the shape border
Shape := Workbook.Sheets[1].Shapes[1]; Shape.Line.Style := 1;