HotXLS Delphi Excel Read Write Library / Component Developers Guide loslab Inc.

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©2007-2019 loslab.com