Grąžina or sets the location of the summary rows in the
outlineproperty
property
SummaryRow: XlSummaryRow; SummaryRow can be one of these XlSummaryRow constants
SummaryRow can be one of these XlSummaryRow constants
Microsoft Word-style outlines, where category headers are above the detailed information
| Microsoft Word-style outlines, where category headers are above the detailed information |
Accounting-style outlines, where summations are below the detailed information |
| Accounting-style outlines, where summations are below the detailed information |
This example sets SummaryRow property on sheet one to xlAbove |
This example sets SummaryRow property on sheet one to xlAbove
book.Worksheets[1].Outline.SummaryRow := xlAbove;