AD
Administrator
Syncfusion Team
June 15, 2004 12:58 PM UTC
Try code like this. I think this should reset eveything to the default except the 2 borders.
GridStyleInfo style = new GridStyleInfo(GridStyleInfo.Default);
style.Borders.ResetBottom();
style.Borders.ResetRight();
this.gridControl1.ChangeCells(GridRangeInfo.Cells(1,1,4,4), style, Syncfusion.Styles.StyleModifyType.Override);