Aspose::Cells::ConditionalFormattingValue class
Contents
[
Hide
]ConditionalFormattingValue class
Describes the values of the interpolation points in a gradient scale, dataBar or iconSet.
class ConditionalFormattingValue
Methods
Method | Description |
---|---|
ConditionalFormattingValue(ConditionalFormattingValue_Impl* impl) | Constructs from an implementation object. |
ConditionalFormattingValue(const ConditionalFormattingValue& src) | Copy constructor. |
GetType() | Get or set the type of this conditional formatting value object. Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Max will auto set “Value” to null. |
GetValue() | Get or set the value of this conditional formatting value object. It should be used in conjunction with Type. |
IsGTE() | Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. ‘false’ indicates ‘greater than’ is used instead of ‘greater than or equal to’. Default value is true. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const ConditionalFormattingValue& src) | operator= |
SetIsGTE(bool value) | Get or set the Greater Than Or Equal flag. Use only for icon sets, determines whether this threshold value uses the greater than or equal to operator. ‘false’ indicates ‘greater than’ is used instead of ‘greater than or equal to’. Default value is true. |
SetType(FormatConditionValueType value) | Get or set the type of this conditional formatting value object. Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Max will auto set “Value” to null. |
SetValue(const Aspose::Cells::Object& value) | Get or set the value of this conditional formatting value object. It should be used in conjunction with Type. |
~ConditionalFormattingValue() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++