Outline

Outline class

Represents an outline on a worksheet.

class Outline;

Methods

MethodDescription
getSummaryRowBelow()Indicates if the summary row will be positioned below the detail rows in the outline.
setSummaryRowBelow(boolean)Indicates if the summary row will be positioned below the detail rows in the outline.
getSummaryColumnRight()Indicates if the summary column will be positioned to the right of the detail columns in the outline.
setSummaryColumnRight(boolean)Indicates if the summary column will be positioned to the right of the detail columns in the outline.

getSummaryRowBelow()

Indicates if the summary row will be positioned below the detail rows in the outline.

getSummaryRowBelow() : boolean;

setSummaryRowBelow(boolean)

Indicates if the summary row will be positioned below the detail rows in the outline.

setSummaryRowBelow(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.

getSummaryColumnRight()

Indicates if the summary column will be positioned to the right of the detail columns in the outline.

getSummaryColumnRight() : boolean;

setSummaryColumnRight(boolean)

Indicates if the summary column will be positioned to the right of the detail columns in the outline.

setSummaryColumnRight(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.