Aspose::Cells::Outline class

Outline class

Represents an outline on a worksheet.

class Outline

Methods

MethodDescription
GetSummaryColumnRight()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.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const Outline& src)operator=
Outline(Outline_Impl* impl)Constructs from an implementation object.
Outline(const Outline& src)Copy constructor.
SetSummaryColumnRight(bool value)Indicates if the summary column will be positioned to the right of the detail columns in the outline.
SetSummaryRowBelow(bool value)Indicates if the summary row will be positioned below the detail rows in the outline.
~Outline()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also