3 references to DataGridView_CustomCellBorderStyleInvalid
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
1244
throw new ArgumentException(string.Format(SR.
DataGridView_CustomCellBorderStyleInvalid
, "CellBorderStyle"));
1461
throw new ArgumentException(string.Format(SR.
DataGridView_CustomCellBorderStyleInvalid
, "ColumnHeadersBorderStyle"));
3248
throw new ArgumentException(string.Format(SR.
DataGridView_CustomCellBorderStyleInvalid
, "RowHeadersBorderStyle"));