LCD Line clear

Hello,

I'm using 2*16 LCD display under I2C communication with arduino mega , I want to clear only the second line?

Thanks

lcd.setCursor(0, 1);  //position cursor to start of the second line
lcd.print("                ");  //print 16 spaces