HotXLS Docs

ClearOutline method

Clears the outline for the specified range.

Syntax

procedure ClearOutline;

Example

This example clears the outline for the range A1:F10 on sheet one.

Workbook.Sheets[1].Range['A1', 'F10'].ClearOutline;

See also

Group method
UnGroup method
OutlineLevel property