소스 검색

输出execl列头改为中英文

cxs 1 년 전
부모
커밋
44d5103a82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage/ParticlesGridDevidePage.cs

+ 1 - 1
OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage/ParticlesGridDevidePage.cs

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