HotXLS dokumentacija

SummaryColumn SummaryColumn: XlSummaryColumn;

Grąžina or sets the location of the summary columns in the outlineproperty

property

SummaryColumn: XlSummaryColumn; SummaryColumn can be one of these XlSummaryColumn constants

SummaryColumn can be one of these XlSummaryColumn constants

The summary column will be positioned to the left of the detail columns in the outline
The summary column will be positioned to the left of the detail columns in the outline The summary column will be positioned to the right of the detail columns in the outline
The summary column will be positioned to the right of the detail columns in the outline This example sets SummaryColumn property on sheet one to xlSummaryOnLeft

This example sets SummaryColumn property on sheet one to xlSummaryOnLeft

book.Worksheets[

book.Worksheets[1].Outline.SummaryColumn := xlLeft;