1、修改标题行的背景色
rgb(235, 235, 235)
2、修改选择行的背景色(即选择行高亮)
if(currentrow() = getrow(), rgb(235,235,235), rgb(0, 0, 0))
每个字段都在Background的Color 中填入如上代码