TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
annicabaart
NA
7
0
Excel and C#
Mar 11 2005 7:53 AM
Hello, I am trying to make an .NET application in C# together with Excel. What i am looking for is a function that can detect the last row in the excel document or a function that can tell me that this cell has no value, that is is just empty, not filled in. I have tried to something like : Excel.Range gegevens = (Excel.Range)((Excel.Worksheet)excelApp.ActiveWorkbook.Sheets[1]).get_Range("A2","A2"); if(gegevens.value2 = "") { ...... } but .NET doesn't accept this because an empty cell is not the same as just an empty string Please help me ;o) Thanks in advance!! Bye bye ;o)
Reply
Answers (
3
)
denotes a 'class' which is not valid in the given context???
Moving the mouse cursor programmatically