Aspose::Cells::Outline class
Contents
[
Hide
]Outline class
Represents an outline on a worksheet.
class Outline
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++