Мельница данных  (10.04.2026)
Перечисление XlFormatConditionType
1type
2  XlFormatConditionType = (xlCellValue = 1, xlExpression = 2);

Или

1type
2  XlFormatConditionType = TOleEnum;
3const
4  xlCellValue = $00000001;
5  xlExpression = $00000002;

Элементы перечисления:

Имя Значение Назначение
xlCellValue 1

xlExpression 2