Aspose::Cells::DataBarBorder class

DataBarBorder class

Represents the border of the data bars specified by a conditional formatting rule.

class DataBarBorder

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also