|
-
May 30th, 2006, 05:37 AM
#1
C# - Excel.Range, Workbook and Worksheet...
Hi
I have:
while (((Excel.Range)matrix.Cells[currentGoalRow, firstGoalColumn]).Value2 != null)
{
Now I want to print out the name of column and row where the null occured
}
The result should be : "I found null in column AB row 34"
Anybody know how to do that?
Greetings from Poland
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|