4 references to RemoveAt
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (1)
1791this.Columns.RemoveAt(currentColumnCount - 1);
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (3)
110this.RemoveAt(index); 1120RemoveAt(i); 1146RemoveAt(i);