Base:
method
GetValue
System.Windows.Forms.DataGridViewHeaderCell.GetValue(System.Int32)
6 references to GetValue
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (5)
103
object? val =
GetValue
(rowIndex);
192
object? value =
GetValue
(rowIndex);
260
object? value =
GetValue
(rowIndex);
546
string? val =
GetValue
(rowIndex) as string;
1055
object? originalValue =
GetValue
(rowIndex);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (1)
4669
public new object GetValue(int rowIndex) => base.
GetValue
(rowIndex);