Outline Class

Outline class

Represents an outline on a worksheet.


type Outline struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetSummaryRowBelowIndicates if the summary row will be positioned below the detail rows in the outline.
SetSummaryRowBelowIndicates if the summary row will be positioned below the detail rows in the outline.
GetSummaryColumnRightIndicates if the summary column will be positioned to the right of the detail columns in the outline.
SetSummaryColumnRightIndicates if the summary column will be positioned to the right of the detail columns in the outline.