Outline

Outline class

Represents an outline on a worksheet.

class Outline;

Properties

PropertyTypeDescription
summaryRowBelowbooleanIndicates if the summary row will be positioned below the detail rows in the outline.
summaryColumnRightbooleanIndicates if the summary column will be positioned to the right of the detail columns in the outline.

Methods

MethodDescription
getSummaryRowBelow()@deprecated. Please use the ‘summaryRowBelow’ property instead. Indicates if the summary row will be positioned below the detail rows in the outline.
setSummaryRowBelow(boolean)@deprecated. Please use the ‘summaryRowBelow’ property instead. Indicates if the summary row will be positioned below the detail rows in the outline.
getSummaryColumnRight()@deprecated. Please use the ‘summaryColumnRight’ property instead. Indicates if the summary column will be positioned to the right of the detail columns in the outline.
setSummaryColumnRight(boolean)@deprecated. Please use the ‘summaryColumnRight’ property instead. Indicates if the summary column will be positioned to the right of the detail columns in the outline.
isNull()Checks whether the implementation object is null.

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;

getSummaryRowBelow()

@deprecated. Please use the ‘summaryRowBelow’ property instead. Indicates if the summary row will be positioned below the detail rows in the outline.

getSummaryRowBelow() : boolean;

setSummaryRowBelow(boolean)

@deprecated. Please use the ‘summaryRowBelow’ property instead. 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()

@deprecated. Please use the ‘summaryColumnRight’ property instead. Indicates if the summary column will be positioned to the right of the detail columns in the outline.

getSummaryColumnRight() : boolean;

setSummaryColumnRight(boolean)

@deprecated. Please use the ‘summaryColumnRight’ property instead. 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.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;