3 references to RemoveAt
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
3197
Rows.
RemoveAt
(currentRowCount - (AllowUserToAddRowsInternal ? 2 : 1));
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (2)
51
void IList.RemoveAt(int index) =>
RemoveAt
(index);
2157
RemoveAt
(dataGridViewRow.Index);