minetteh

minetteh

  • NA
  • 7
  • 0

Checking empty Excel cells

Aug 19 2004 5:05 AM
I'm assigning values to cells in an excel document using the code: excelObj.Cells[rowIndex,colIndex] = "1"; Is there a simple, quick way of first checking if this specific cell is empty before inserting the value? You can't access the content of the cell by getting the value of excelObj.Cells[rowIndex,colIndex]

Answers (1)