用友華表Cell一些用法小結(cs.net版本) //從Color類型得到RGB類型,也可以用ColorTranslator.ToOle()方法 public int GetRGBFromColor(Color color) { ...