Subversion Repositories DevTools

Rev

Rev 2126 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2126 Rev 2128
Line 331... Line 331...
331
                           for(col=1; col<=columnCount; col++)
331
                           for(col=1; col<=columnCount; col++)
332
                           {
332
                           {
333
                              cells[col-1].TrimStart( trimChars );
333
                              cells[col-1].TrimStart( trimChars );
334
                              cells[col-1].TrimEnd( trimChars );
334
                              cells[col-1].TrimEnd( trimChars );
335
 
335
 
-
 
336
                              cells[col-1] = cells[col-1].Replace("<br>","\r\n");
-
 
337
 
336
                              table.Cell(row,col).Range.Text = cells[col-1];
338
                              table.Cell(row,col).Range.Text = cells[col-1];
337
 
339
 
338
                              // special handling for heading row
340
                              // special handling for heading row
339
                              if (row == 1)
341
                              if (row == 1)
340
                              {
342
                              {