NativeExcel suite v1.x

Outline property

Returns an Outline object that represents the outline for the specified worksheet. Read only TXLSOutline.

Syntax

property Outline: TXLSOutline;

Example

This example sets the outline properties for worksheet one.
Workbook.Sheets[1].Outline.SummaryColumn := xlRight;
Workbook.Sheets[1].Outline.SummaryRow := xlBelow;
Copyright © NikaSoft 2004-2011