FormatConditionCollection.RemoveCondition

FormatConditionCollection.RemoveCondition method

Removes the formatting condition by index.

public void RemoveCondition(int index)
ParameterTypeDescription
indexInt32The index of the formatting condition to be removed.

See Also