How to get the coordinate of the lower-bound cell in Excel 2003 with C#



Hi all,
I am using C# to extract data from Excel 2003. I want to know how to get
the column number and row number of cells with real data in the current
***.
Thanks
E.g
A B C D E F G H
1 1 1 1
2 1 1 1
3
4
5

Column Number:3
Row Number:2

zlf


.


Loading