c# remove first line from textbox code example Example: c# remove first line from textbox textBox1.Lines = textBox1.Lines.Skip(1).ToArray();