Aspose::Cells::ConditionalFormattingValue::GetValue method

ConditionalFormattingValue::GetValue method

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

Aspose::Cells::Object Aspose::Cells::ConditionalFormattingValue::GetValue()

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