Для разработчиковDocument APIDocument API C#Справочник классовКласс ConditionalFormatDocumentRulesМетод ConditionalFormatDocumentRules.removeAllRulesOn this pageМетод ConditionalFormatDocumentRules.removeAllRules Метод удаляет все правила условного форматирования из коллекции. Вызов public void removeAllRules() Пример ConditionalFormatDocumentRules rules = document.getConditionalFormatRules(); rules.removeAllRules();