oops - reread your response...
If you're looking to skip a row, then you need to read in that row, but skip doing any processing on that data. Typically a simple if() and a counter will get the job done (have the counter increment for each row you read and in the if() statement you tell it which row you want to skip).