remove_condition method

remove_condition(self, index)

Removes the formatting condition by index.


def remove_condition(self, index):
    ...
ParameterTypeDescription
indexintThe index of the formatting condition to be removed.

See Also