am geting the following error in this line if ((rowValues[loopCount, colloopCnt] !=

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vvvv
    New Member
    • May 2012
    • 1

    am geting the following error in this line if ((rowValues[loopCount, colloopCnt] !=

    Code:
    System.Array rowValues = default(System.Array);
     rowValues = (System.Array)report.get_Range("A1", "Z" + usedRowCount).Rows.Cells.Value2;
       if ((rowValues[loopCount, colloopCnt] != null))
    am geting the error in the above line
    Last edited by PsychoCoder; May 15 '12, 06:57 PM. Reason: Code tags added
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    It sure would help if you let us know what error you're getting

    Comment

    Working...