List<string> Lines = richTextBox.Lines.ToList(); int lineToRemove = 0; Lines.RemoveAt(lineToRemove); richTextBox.Lines = Lines.ToArray();