9 references to RemoveAt
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1412
Columns.
RemoveAt
(currentColumnCount - 1);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (3)
49
void IList.RemoveAt(int index) =>
RemoveAt
(index);
1001
RemoveAt
(i);
1023
RemoveAt
(i);
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
535
_liveDataGridView.Columns.
RemoveAt
(_initialDataGridViewColumnsCount);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (4)
146
_columnsPrivateCopy.
RemoveAt
(selectedIndex);
673
_columnsPrivateCopy.
RemoveAt
(selectedIndex);
719
_columnsPrivateCopy.
RemoveAt
(selectedIndex - 1);
831
_columnsPrivateCopy.
RemoveAt
(selectedIndex);