add method

add

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