System.Array rowValues = default(System.Array); rowValues = (System.Array)report.get_Range("A1", "Z" + usedRowCount).Rows.Cells.Value2; if ((rowValues[loopCount, colloopCnt] != null))
Comment