Skip to main content

Метод ConditionalFormatDocumentRules.removeAllRules

Метод удаляет все правила условного форматирования из коллекции.

Вызов​


public void removeAllRules()

Пример​


ConditionalFormatDocumentRules rules = document.getConditionalFormatRules();
rules.removeAllRules();