NativeExcel suite v2.x

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

Copyright © NikaSoft 2004-2011