BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
for (int row = 1; row <= nRows; row++) { for (int col = 1; col < nCols; col++) { GridStyleInfo style = new GridStyleInfo(); style.CellValue = //the value from your datasource for row, coll grid.SetCellInfo(row, col, style, StyleModifyType.Override, true, true); } }