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
typeFormatConditionValueTypeThe value type.
valuestrThe value.

See Also