 |
Check if a cell is blank in excel - Wrox Programmer Forums
try { if (((Excel.Range)xlSheet.Cells[i, "B"]).Value2.ToString() != null) { System.Diagnostics.Trace.WriteLine(xlSheet.Cells[i, "B"].ToString()); nominalCode = ((Excel.Range)xlSheet.Cells[i, "B"]).Value2 ...
p2p.wrox.com |
 |