How to remove the last element added into the List? March 6, 2023 by Tarik I think the most efficient way to do this is this is using RemoveAt: rows.RemoveAt(rows.Count - 1)