Outline
Outline class
Represents an outline on a worksheet.
class Outline;
Properties
Property | Type | Description |
---|---|---|
summaryRowBelow | boolean | Indicates if the summary row will be positioned below the detail rows in the outline. |
summaryColumnRight | boolean | Indicates if the summary column will be positioned to the right of the detail columns in the outline. |
summaryRowBelow
Indicates if the summary row will be positioned below the detail rows in the outline.
summaryRowBelow : boolean;
summaryColumnRight
Indicates if the summary column will be positioned to the right of the detail columns in the outline.
summaryColumnRight : boolean;