Documentazione HotXLS

Outline proprietà

Restituisce an Outline object that represents the outline for the specified Worksheet. Read only TXLSOutline

Sintassi

proprietà Outline: TXLSOutline;

Esempio

This example sets the outline properties for Worksheet one

Workbook.Sheets[1].Outline.SummaryColumn := xlRight;
Workbook.Sheets[1].Outline.SummaryRow := xlBelow;