Aspose::Cells::ConditionalFormattingValueCollection::Add method

ConditionalFormattingValueCollection::Add(FormatConditionValueType, const U16String&) method

Adds ConditionalFormattingValue object.

int32_t Aspose::Cells::ConditionalFormattingValueCollection::Add(FormatConditionValueType type, const U16String &value)
ParameterTypeDescription
typeFormatConditionValueTypeThe value type.
valueconst U16String&The value.

ReturnValue

Returns the index of new object in the list.

See Also

ConditionalFormattingValueCollection::Add(FormatConditionValueType, const char16_t*) method

Adds ConditionalFormattingValue object.

int32_t Aspose::Cells::ConditionalFormattingValueCollection::Add(FormatConditionValueType type, const char16_t *value)
ParameterTypeDescription
typeFormatConditionValueTypeThe value type.
valueconst char16_t*The value.

ReturnValue

Returns the index of new object in the list.

See Also