Aspose::Cells::DataBarBorder class
Contents
[
Hide
]DataBarBorder class
Represents the border of the data bars specified by a conditional formatting rule.
class DataBarBorder
Methods
| Method | Description |
|---|---|
| DataBarBorder(DataBarBorder_Impl* impl) | Constructs from an implementation object. |
| DataBarBorder(const DataBarBorder& src) | Copy constructor. |
| GetColor() | Gets or sets the border’s color of data bars specified by a conditional formatting rule. |
| GetType() | Gets or sets the border’s type of data bars specified by a conditional formatting rule. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const DataBarBorder& src) | operator= |
| SetColor(const Aspose::Cells::Color& value) | Gets or sets the border’s color of data bars specified by a conditional formatting rule. |
| SetType(DataBarBorderType value) | Gets or sets the border’s type of data bars specified by a conditional formatting rule. |
| ~DataBarBorder() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++