add method

add(self, type, value)

Adds ConditionalFormattingValue object.

Returns

Returns the index of new object in the list.


def add(self, type, value):
    ...
ParameterTypeDescription
typeaspose.cells.FormatConditionValueTypeThe value type.
valueSystem.StringThe value.

See Also