【发布时间】:2019-11-16 19:11:06
【问题描述】:
我想以编程方式使用 excel 2007 的条件格式功能。我有以下情况。
我有 6 列数字
A B C D E F
100 25 25 15 20 50
....
if (C1/A1)*100 >= B1我必须把它涂成红色。相同的规则适用于 D1、E1、F1 列。
我在 excel 2007 中看到了条件格式功能。但我想要一些关于如何在 C# 代码中实现它的指示。
【问题讨论】:
-
我很确定 Google 很清楚该做什么)
标签: c# excel excel-2007 excel-formula