- Table rh = this.FpSpread1.FindControl("rh") as Table;
- rh.Rows[rh.Rows.Count - 1].Cells[0].Style["background-color"] = "White;";
- Table cht = this.FpSpread1.FindControl("cht") as Table;
- cht.Rows[0].Cells[cht.Rows[0].Cells.Count - 1].Style["background-color"] = "White;";
复制代码 |