3 references to DataGridViewColumnCollection_ColumnNotFound
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (2)
125
throw new ArgumentException(string.Format(SR.
DataGridViewColumnCollection_ColumnNotFound
, columnName), nameof(columnName));
140
throw new ArgumentException(string.Format(SR.
DataGridViewColumnCollection_ColumnNotFound
, columnName), nameof(columnName));
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (1)
1028
throw new ArgumentException(string.Format(SR.
DataGridViewColumnCollection_ColumnNotFound
, columnName), nameof(columnName));