HotXLS Docs

Propriété Visible

Gets or sets whether the border line is visible

Syntax

property Visible: Boolean;

Example

This example hides the border line of the first shape

Shape := Workbook.Sheets[1].Shapes[1];
Shape.Line.Visible := False;