|
@@ -1889,7 +1889,7 @@ namespace OTSIncAReportGrids
|
|
cell = row.CreateCell(i_cell);
|
|
cell = row.CreateCell(i_cell);
|
|
cell.CellStyle = cellStyle;
|
|
cell.CellStyle = cellStyle;
|
|
|
|
|
|
- cell.SetCellValue(dgV_ParticlesDevidePage.Columns[i_cell].Name);
|
|
|
|
|
|
+ cell.SetCellValue(dgV_ParticlesDevidePage.Columns[i_cell].HeaderText);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|