Relative Content

Tag Archive for c#ironxl

Ignoring rows that have Null in a cell. C# IronXL

Hey I am working on a project where I want to make my program read an excel sheet, and read out the information to a TextBox, However I have been able to do this but I want it so if any cell in a row has no information skip the row.
enter image description here
So lets say C3 is empty, I want it so if that happens either A: Display a message box to break it or B: Skip the line and read the next one. Also the excel sheet is not filled in on purpose