|
@@ -1875,7 +1875,7 @@ namespace OTSIncAReportGrids
|
|
|
if (dgV_ParticlesDevidePage.Rows.Count > 100)
|
|
|
{
|
|
|
if (i_row%(dgV_ParticlesDevidePage.Rows.Count / 100) == 0)
|
|
|
- m_frm_userprogress.SetProgressValueAndText(i_row / (dgV_ParticlesDevidePage.Rows.Count / 100), "export:" + i_row + "/total:" + dgV_ParticlesDevidePage.Rows.Count);
|
|
|
+ m_frm_userprogress.SetProgressValueAndText(((i_row / dgV_ParticlesDevidePage.Rows.Count) / 100), "export:" + i_row + "/total:" + dgV_ParticlesDevidePage.Rows.Count);
|
|
|
}
|
|
|
row = sheet.CreateRow(2 + i_row);
|
|
|
row.Height = 45 * 20;
|