Outline Class
Outline class
Represents an outline on a worksheet.
type Outline struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetSummaryRowBelow | Indicates if the summary row will be positioned below the detail rows in the outline. |
SetSummaryRowBelow | 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 | Indicates if the summary column will be positioned to the right of the detail columns in the outline. |