Base:
method
GetValue
System.Windows.Forms.DataGridViewHeaderCell.GetValue(System.Int32)
5 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;
1059
object? originalValue =
GetValue
(rowIndex);