Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSRange
>
ClearOutline
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
Copyright © NikaSoft 2004-2011