1 reference to Insert
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (1)
28void IList.Insert(int index, object? value) => Insert(index, (DataGridViewCell)value!);