4 references to DataGridViewRowCollection_TooManyCells
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
11056
throw new InvalidOperationException(SR.
DataGridViewRowCollection_TooManyCells
);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (3)
398
throw new ArgumentException(SR.
DataGridViewRowCollection_TooManyCells
, nameof(dataGridViewRow));
1481
throw new ArgumentException(SR.
DataGridViewRowCollection_TooManyCells
, nameof(dataGridViewRow));
1513
throw new ArgumentException(SR.
DataGridViewRowCollection_TooManyCells
, nameof(dataGridViewRow));