Textcolor : rgb(255,255,255)
Background : rgb(135,146,199)
字段名称:Textcolor :IF(currentrow() = GETROW(), rgb(135,146,199),RGB(255,255,255))
IBackground :F(currentrow() = GETROW(), rgb(135,146,199),RGB(255,255,255))
字段数据:Textcolor :if (getrow() = currentRow(),rgb(255,255,255), rgb(0,0,0))
Background : IF(currentrow() = GETROW(), rgb(135,146,199),RGB(255,255,255))