6 references to GetValue
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (6)
3420Assert.Empty((string)cell.GetValue(-1)); 3433Assert.Same(value, cell.GetValue(-1)); 3517Assert.Empty((string)cell.GetValue(-1)); 3535Assert.Same(value, cell.GetValue(-1)); 3737Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3772Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex));