HotXLS Docs
Index
Main
Overview
TGridToXLS
IXLSWorkbook
Main
Index
Overview
Weight property
Retrieves or sets the weight or thickness of the line in points
Syntax
property
Weight: Double;
Example
This example sets the line weight of the shape border to 2.5 points
Shape := Workbook.Sheets[1].Shapes[1]; Shape.Line.Weight := 2.5;