Aspose::Cells::ConditionalFormattingValue::SetValue method

ConditionalFormattingValue::SetValue method

Get or set the value of this conditional formatting value object. It should be used in conjunction with Type.

void Aspose::Cells::ConditionalFormattingValue::SetValue(const Aspose::Cells::Object &value)

Remarks

If the value is string and start with “=”, it will be processed as a formula, otherwise we will process it as a simple value.

See Also