BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
GridStyleInfo style = new GridStyleInfo(); style.Font.Bold = true; this.gridControl1.ChangeCells(GridRangeInfo.Cells(1, 2, this.gridControl1.RowCount, 2), style, Syncfusion.Styles.StyleModifyType.Override);
> GridStyleInfo style = new GridStyleInfo(); > style.Font.Bold = true; > this.gridControl1.ChangeCells(GridRangeInfo.Cells(1, 2, this.gridControl1.RowCount, 2), style, Syncfusion.Styles.StyleModifyType.Override); >>