7 references to DataGridView_AdvancedCellBorderStyleInvalid
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridViewAdvancedBorderStyle.cs (7)
67
throw new ArgumentException(string.Format(SR.
DataGridView_AdvancedCellBorderStyleInvalid
, "All"));
96
throw new ArgumentException(string.Format(SR.
DataGridView_AdvancedCellBorderStyleInvalid
, "Bottom"));
141
throw new ArgumentException(string.Format(SR.
DataGridView_AdvancedCellBorderStyleInvalid
, "Left"));
157
throw new ArgumentException(string.Format(SR.
DataGridView_AdvancedCellBorderStyleInvalid
, "Left"));
197
throw new ArgumentException(string.Format(SR.
DataGridView_AdvancedCellBorderStyleInvalid
, "Right"));
213
throw new ArgumentException(string.Format(SR.
DataGridView_AdvancedCellBorderStyleInvalid
, "Right"));
243
throw new ArgumentException(string.Format(SR.
DataGridView_AdvancedCellBorderStyleInvalid
, "Top"));