ews.UsedRange.Cells.Column-1:ews.UsedRange.Cells.Column;
for(i=iBgnRow;i<iRowCnt iBgnRow;i )
{
for(j=iBgnCol;j<iColCnt iBgnCol;j )
{
strText=((Excel.Range)ews.UsedRange.Cells[i,j]).Text.ToString();
if (strText.ToUpper().IndexOf(strKeyWord.ToUpper())>=0
评论加载中…
![]() |