HotXLS Docs

TXLSOutline class

Unit: lxHandle
Represents an outline on a Worksheet

Remarks

Use the TXLSWorksheet.Outline property to return an TXLSOutline object
The following example demonstrates how to access outline properties
book.Worksheets[1].Outline.SummaryRow := xlAbove;
book.Worksheets[1].Outline.SummaryColumn := xlLeft;

Properties