抱歉回复晚了,可以参考下面的代码
- GrapeCity.Win.MultiRow.CellStyle cellStyle1 = new GrapeCity.Win.MultiRow.CellStyle();
- cellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.gcMultiRow1.AlternatingRowsDefaultCellStyle = cellStyle1;
复制代码 |